UNPKG

m3-svelte

Version:

M3 Svelte implements the Material 3 design system in Svelte. See the [website](https://ktibow.github.io/m3-svelte/) for demos and usage instructions.

5 lines (4 loc) 247 B
import { MaterialDynamicColors, DynamicColor } from "@ktibow/material-color-utilities-nightly"; export declare const materialColors: MaterialDynamicColors; export declare const colors: DynamicColor[]; export declare const pairs: DynamicColor[][];