UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 258 B
import { TabsProps } from "antd"; //#region src/Tabs/type.d.ts interface TabsProps$1 extends TabsProps { compact?: boolean; variant?: 'square' | 'rounded' | 'point'; } //#endregion export { TabsProps$1 as TabsProps }; //# sourceMappingURL=type.d.mts.map