Hiyve Components - v1.0.0
    Preparing search index...
    interface AlertsCardProps {
        autoRefresh?: boolean;
        autoRefreshInterval?: number;
        colors?: Partial<RoomDashboardColors>;
        labels: RoomDashboardLabels;
        roomId: string;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    autoRefresh?: boolean
    autoRefreshInterval?: number
    colors?: Partial<RoomDashboardColors>
    roomId: string
    sx?: SxProps<Theme>