UNPKG

284 BTypeScriptView Raw
1import type { ThemeConfig } from 'antd/lib/config-provider/context';
2import defaultAlgorithm from './default';
3import darkAlgorithm from './dark';
4export { defaultAlgorithm, darkAlgorithm };
5export declare const defaultTheme: ThemeConfig;
6export declare const darkTheme: ThemeConfig;