Rezi
    Preparing search index...

    Type Alias StatusProps

    StatusProps: Readonly<
        {
            key?: string;
            label?: string;
            showLabel?: boolean;
            status: StatusType;
            style?: TextStyle;
        },
    >

    Props for status indicator widget. Shows a colored dot with optional label.