Rezi
    Preparing search index...

    Type Alias BadgeProps

    BadgeProps: Readonly<
        {
            key?: string;
            style?: TextStyle;
            text: string;
            variant?: BadgeVariant;
        },
    >

    Props for badge widget.