UNPKG

@harryho/swatch-color

Version:

The customized package for the color of swatches.

3 lines (2 loc) 128 B
import type { SwatchColor } from './types'; export declare function genSwatchColor(colorData: SwatchColor): SwatchColor | null;