cssVariables.d.ts 205 B

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