UNPKG

@ovine/core

Version:

Build flexible admin system with json.

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