UNPKG

react-colorful

Version:

🎨 A tiny (2,8 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible

4 lines (3 loc) • 184 B
/// <reference types="react" /> import { ColorPickerBaseProps } from "../types"; export declare const HexColorPicker: (props: Partial<ColorPickerBaseProps<string>>) => JSX.Element;