Backstage
    Preparing search index...

    Interface AlertProps

    Properties for Alert

    interface AlertProps {
        className?: string;
        customActions?: ReactNode;
        description?: ReactNode;
        icon?: boolean | ReactElement<any, string | JSXElementConstructor<any>>;
        loading?: boolean;
        m?: Responsive<string>;
        mb?: Responsive<string>;
        ml?: Responsive<string>;
        mr?: Responsive<string>;
        mt?: Responsive<string>;
        mx?: Responsive<string>;
        my?: Responsive<string>;
        status?: Responsive<"danger" | "warning" | "success" | "info">;
        style?: CSSProperties;
        surface?: Responsive<Surface>;
        title?: ReactNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    customActions?: ReactNode
    description?: ReactNode
    icon?: boolean | ReactElement<any, string | JSXElementConstructor<any>>
    loading?: boolean
    m?: Responsive<string>
    mb?: Responsive<string>
    ml?: Responsive<string>
    mr?: Responsive<string>
    mt?: Responsive<string>
    mx?: Responsive<string>
    my?: Responsive<string>
    status?: Responsive<"danger" | "warning" | "success" | "info">
    style?: CSSProperties
    surface?: Responsive<Surface>
    title?: ReactNode