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

    Interface EditableInputProps

    interface EditableInputProps {
        arrowOffset?: number;
        dragLabel?: boolean;
        dragMax?: number;
        hideLabel?: boolean;
        label?: string;
        onChange?: (value: any, e: any) => void;
        placeholder?: string;
        style?: {
            input?: CSSProperties;
            label?: CSSProperties;
            wrap?: CSSProperties;
        };
        value: string
        | number;
    }
    Index

    Properties

    arrowOffset?: number
    dragLabel?: boolean
    dragMax?: number
    hideLabel?: boolean
    label?: string
    onChange?: (value: any, e: any) => void
    placeholder?: string
    style?: { input?: CSSProperties; label?: CSSProperties; wrap?: CSSProperties }
    value: string | number