UNPKG

alwan

Version:

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

7 lines (6 loc) 171 B
import type Alwan from ".."; import type { IUtility } from "../types"; /** * Color preview and copy Button. */ export declare const Utility: (alwan: Alwan) => IUtility;