UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 289 B
export declare const presetColors: string[]; export declare const presetSystemColors: Set<string>; export declare const colorsPreset: (theme: any, type: string, ...keys: string[]) => string; export declare const colorsPresetSystem: (theme: any, type: string, ...keys: string[]) => string;