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

    Interface CheckboardProps

    interface CheckboardProps {
        borderRadius?: string | number;
        boxShadow?: string;
        children?: ReactElement<unknown, string | JSXElementConstructor<any>>;
        grey?: string;
        renderers?: { canvas?: any };
        size?: number;
        white?: string;
    }
    Index

    Properties

    borderRadius?: string | number
    boxShadow?: string
    children?: ReactElement<unknown, string | JSXElementConstructor<any>>
    grey?: string
    renderers?: { canvas?: any }
    size?: number
    white?: string