UNPKG

204 BTypeScriptView Raw
1declare type Scheme = 'light' | 'dark';
2export declare function colorFactory(theme: Partial<Record<string, string>>, scheme: Scheme, config?: Record<string, import("./types").Variant[]>): any;
3export {};