UNPKG

@sandlada/mdk

Version:

A JavaScript library based on Material Design 3, providing data such as color, shape, shadow level, etc.

7 lines (6 loc) 126 B
export class ContrastLevel { static Reduced = -1; static Default = 0; static Medium = 0.5; static High = 1; }