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

    Interface GoogleProps

    interface GoogleProps {
        className?: string;
        header?: string;
        hex: string;
        hsl: HSL;
        hsv: HSV;
        onChange?: (color: any, e: any) => void;
        rgb: RGB;
        style?: CSSProperties;
        styles?: any;
        width?: string | number;
    }
    Index

    Properties

    className?: string
    header?: string
    hex: string
    hsl: HSL
    hsv: HSV
    onChange?: (color: any, e: any) => void
    rgb: RGB
    style?: CSSProperties
    styles?: any
    width?: string | number