UNPKG

@sandlada/material-token-generator

Version:

Use the @material/material-color-utilities tool to create a set of tokens based on material design.

8 lines (7 loc) 193 B
export type TMaterialContrastLevel = number; export declare const MaterialContrastLevel: { readonly Reduced: -1; readonly Default: 0; readonly Medium: 0.5; readonly High: 1; };