/** * cxd 主题变量 */ import { DefaultTheme } from 'styled-components' import { DeepPartial } from '@core/utils/types' const antdTheme: DeepPartial = { colors: {}, } export default antdTheme