UNPKG

react-color-pikr

Version:

A modern, customizable React color picker component library with 8-digit HEX alpha support

5 lines (4 loc) 160 B
import React from "react"; import type { ColorPickerProps } from "../types"; declare const ColorPicker: React.FC<ColorPickerProps>; export default ColorPicker;