UNPKG

alwan

Version:

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

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