UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

4 lines (3 loc) β€’ 205 B
import type { Theme } from './context'; export declare function getStyle(globalPrefixCls: string, theme: Theme): string; export declare function registerTheme(globalPrefixCls: string, theme: Theme): void;