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

    Interface BlockProps

    interface BlockProps {
        className?: string;
        colors?: string[];
        hex: string;
        onChange?: (color: any, e: any) => void;
        onSwatchHover?: (color: string, e: MouseEvent) => void;
        style?: CSSProperties;
        styles?: any;
        triangle?: "top" | "hide";
        width?: string | number;
    }
    Index

    Properties

    className?: string
    colors?: string[]
    hex: string
    onChange?: (color: any, e: any) => void
    onSwatchHover?: (color: string, e: MouseEvent) => void
    style?: CSSProperties
    styles?: any
    triangle?: "top" | "hide"
    width?: string | number