UNPKG

fui-fancyui

Version:
8 lines (7 loc) 269 B
import { TShades } from '../../../types/TShades'; type TgenerateMaterialColorPalette = { baseHex: string; isLightTheme?: boolean; }; export declare function generateMaterialColorPalette(props: TgenerateMaterialColorPalette): Record<TShades, string>; export {};