UNPKG

@terrazzo/react-color-picker

Version:

React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by Culori.

5 lines 258 B
import { type ComponentProps } from 'react'; export type HueWheelProps = ComponentProps<'canvas'>; declare function HueWheel({ ...rest }: HueWheelProps): import("react/jsx-runtime").JSX.Element; export default HueWheel; //# sourceMappingURL=HueWheel.d.ts.map