UNPKG

@glare-labs/mdk

Version:

@glare-labs/mdk, Material Design Kit, mdk is a JavaScript constant library based on Material Design 3, providing constant data such as color, shape, shadow level, etc:

17 lines (16 loc) 330 B
export declare const ElevationLevels: { Level0: number; Level1: number; Level2: number; Level3: number; Level4: number; Level5: number; }; export declare const ElevationBoxShaodws: { Level0: string; Level1: string; Level2: string; Level3: string; Level4: string; Level5: string; };