replace-react-color API - v4.1.2
    Preparing search index...

    Interface HuePickerProps

    interface HuePickerProps {
        className?: string;
        direction?: "vertical" | "horizontal";
        height?: string | number;
        hsl: HSL;
        onChange?: (color: any) => void;
        pointer?: FC<any>;
        style?: CSSProperties;
        styles?: any;
        width?: string | number;
    }
    Index

    Properties

    className?: string
    direction?: "vertical" | "horizontal"
    height?: string | number
    hsl: HSL
    onChange?: (color: any) => void
    pointer?: FC<any>
    style?: CSSProperties
    styles?: any
    width?: string | number