UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines (5 loc) 178 B
import type { TabsProps as AntdTabsProps } from 'antd'; export interface TabsProps extends AntdTabsProps { compact?: boolean; variant?: 'square' | 'rounded' | 'point'; }