UNPKG

alwan

Version:

A simple, lightweight, customizable, touch friendly color picker, written in vanilla javascript with zero dependencies.

4 lines (3 loc) 132 B
import type Alwan from ".."; import type { ISwatches } from "../types"; export declare const Swatches: (alwan: Alwan) => ISwatches;