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

    Interface AlphaPickerProps

    interface AlphaPickerProps {
        className?: string;
        direction?: "vertical" | "horizontal";
        height?: string | number;
        hsl: HSL;
        onChange?: (color: any, e: any) => void;
        pointer?: FC<any>;
        renderers?: any;
        rgb: RGB;
        style?: any;
        width?: string | number;
    }
    Index

    Properties

    className?: string
    direction?: "vertical" | "horizontal"
    height?: string | number
    hsl: HSL
    onChange?: (color: any, e: any) => void
    pointer?: FC<any>
    renderers?: any
    rgb: RGB
    style?: any

    Legacy styles prop

    width?: string | number