UNPKG

@test-party/contrast-color-picker

Version:

🎨 @test-party/contrast-color-picker is a lightweight, customizable color contrast picker designed for React applications. Built with accessibility in mind, it helps developers ensure compliance with WCAG color contrast standards by offering real-time fee

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