Files
soybean-admin/src/interface/index.ts
2021-09-14 19:10:44 +08:00

4 lines
173 B
TypeScript

export { UserInfo } from './business';
export { ThemeSettings, NavMode, AnimateType } from './theme';
export { CustomRoute, RoutePathKey, LoginModuleType } from './common';