UNPKG

react-colorful

Version:

🎨 A tiny color picker component for modern React 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;