UNPKG

@14ch/color-palette-generator

Version:

A comprehensive color palette generation library with support for color scales, combinations, and transparency

6 lines (5 loc) 159 B
import type { Palette } from "./types"; /** * Apply CSS custom properties to DOM */ export declare const applyColorPaletteToDom: (palette: Palette) => void;