Rezi
    Preparing search index...

    Type Alias TabsProps

    TabsProps: Readonly<
        {
            activeTab: string;
            dsSize?: WidgetSize;
            dsTone?: WidgetTone;
            dsVariant?: WidgetVariant;
            id: string;
            key?: string;
            onChange: (key: string) => void;
            position?: TabsPosition;
            tabs: readonly TabsItem[];
            variant?: TabsVariant;
        },
    >

    Props for tabs widget.