ruoyi-plus-soybean/src/enum/index.ts

5 lines
190 B
TypeScript
Raw Normal View History

export { ContentType, EnumDataType } from './common';
export { EnumAnimate } from './animate';
export { EnumNavMode, EnumNavTheme } from './theme';
2021-09-09 12:00:18 +08:00
export { EnumRoutePaths } from './route';