chore: expose utils in entry file

This commit is contained in:
chenjiahan
2020-09-27 17:11:43 +08:00
parent da0d5435de
commit 0072f4fe02
33 changed files with 120 additions and 105 deletions
+8 -2
View File
@@ -1,5 +1,11 @@
export { addUnit, getSizeStyle } from './format/unit';
export { createNamespace } from './create';
export * from './create';
export * from './format/unit';
export * from './format/number';
export * from './format/string';
export * from './dom/raf';
export * from './dom/style';
export * from './dom/event';
export * from './dom/scroll';
// eslint-disable-next-line @typescript-eslint/no-empty-function
export function noop() {}