Rezi
    Preparing search index...

    Type Alias CalloutProps

    CalloutProps: Readonly<
        {
            icon?: string;
            key?: string;
            message: string;
            style?: TextStyle;
            title?: string;
            variant?: "info"
            | "success"
            | "warning"
            | "error";
        },
    >

    Props for callout/alert widget. Highlighted message box for important information.