UNPKG

@sandlada/material-token-generator

Version:

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

13 lines (12 loc) 348 B
export type TMaterialVariant = (0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8); export declare const MaterialVariant: { readonly Monochrome: 0; readonly Neutral: 1; readonly TonalSpot: 2; readonly Vibrant: 3; readonly Expressive: 4; readonly Fidelity: 5; readonly Content: 6; readonly Rainbow: 7; readonly FruitSalad: 8; };