UNPKG

205 BTypeScriptView Raw
1import type { Theme } from './context';
2export declare function getStyle(globalPrefixCls: string, theme: Theme): string;
3export declare function registerTheme(globalPrefixCls: string, theme: Theme): void;