Appearance
type Palette = Record<number, string>;
Defined in: types.ts:8
Type used for declaring palettes.
1.0.0
Simon Kovtyk