Files
soybean-admin/src/utils/common/index.ts
2022-01-22 01:46:56 +08:00

9 lines
213 B
TypeScript

export * from './typeof';
export * from './console';
export * from './color';
export * from './number';
export * from './object';
export * from './icon';
export * from './design-pattern';
export * from './theme';