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

    Interface RaisedProps

    interface RaisedProps {
        background?: string;
        children?: ReactNode;
        radius?: string | number;
        styles?: {
            bg?: CSSProperties;
            content?: CSSProperties;
            wrap?: CSSProperties;
        };
        zDepth?: 0
        | 1
        | 2
        | 4
        | 3
        | 5;
    }
    Index

    Properties

    background?: string
    children?: ReactNode
    radius?: string | number
    styles?: { bg?: CSSProperties; content?: CSSProperties; wrap?: CSSProperties }
    zDepth?: 0 | 1 | 2 | 4 | 3 | 5