UNPKG

@ovine/init

Version:

Apply ovine template more easily.

14 lines (9 loc) 217 B
/** * cxd 主题变量 */ import { DefaultTheme } from 'styled-components' import { DeepPartial } from '@core/utils/types' const antdTheme: DeepPartial<DefaultTheme> = { colors: {}, } export default antdTheme