UNPKG

alwan

Version:

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

3 lines (2 loc) 150 B
import type { IRefController } from "./types"; export declare const refController: (userRef: Element | null, toggleFn: () => void) => IRefController;