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

    Interface HueProps

    interface HueProps {
        direction?: "vertical" | "horizontal";
        hsl: HSL;
        onChange?: (color: any, e: any) => void;
        pointer?: FC<any>;
        radius?: string | number;
        shadow?: string;
        style?: { radius?: string | number; shadow?: string };
    }
    Index

    Properties

    direction?: "vertical" | "horizontal"
    hsl: HSL
    onChange?: (color: any, e: any) => void
    pointer?: FC<any>
    radius?: string | number
    shadow?: string
    style?: { radius?: string | number; shadow?: string }