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

    Interface AlphaProps

    interface AlphaProps {
        a?: number;
        direction?: "vertical" | "horizontal";
        hsl: HSL;
        onChange?: (
            color: any,
            e: MouseEvent<Element, MouseEvent> | TouchEvent<Element>,
        ) => void;
        pointer?: FC<any>;
        radius?: string | number;
        renderers?: any;
        rgb: RGB;
        shadow?: string;
        style?: { radius?: string | number; shadow?: string };
    }
    Index

    Properties

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