Interface DimmerProps

interface DimmerProps {
    background?: string;
}

Hierarchy

  • DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
    • DimmerProps

Properties

Properties

background?: string

Generated using TypeDoc