UNPKG

@ant-design/compatible

Version:

Ant Design v3 to v4 compatible package

7 lines (6 loc) 284 B
import type { ThemeConfig } from 'antd/lib/config-provider/context'; import defaultAlgorithm from './default'; import darkAlgorithm from './dark'; export { defaultAlgorithm, darkAlgorithm }; export declare const defaultTheme: ThemeConfig; export declare const darkTheme: ThemeConfig;