vant/src/utils/index.ts

11 lines
295 B
TypeScript

export * from './base';
export * from './create';
export * from './validate';
export * from './with-install';
export * from './format/unit';
export * from './format/number';
export * from './format/string';
export * from './dom/style';
export * from './dom/event';
export * from './dom/scroll';