cssVariables.d.ts 124 B

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