UNPKG

@ovine-eason/core

Version:

Build flexible admin system with json.

11 lines (10 loc) 179 B
/** * 主题文件 */ declare const themes: { ang: import("styled-components").DefaultTheme; cxd: any; dark: any; antd: any; }; export default themes;