UNPKG

alwan

Version:

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

4 lines (3 loc) 153 B
import type Alwan from ".."; import type { ISliders } from "../types"; export declare const Sliders: ({ s: colorState, e: _events }: Alwan) => ISliders;