export type { TabsInst } from './src/interface'; export type * from './src/public-types'; export { tabProps, default as UTab } from './src/Tab'; export type { TabProps } from './src/Tab'; export { tabPaneProps, default as UTabPane } from './src/TabPane'; export type { TabPaneProps, TabPaneSlots } from './src/TabPane'; export { tabsProps, default as UTabs } from './src/Tabs'; export type { TabsProps, TabsSlots } from './src/Tabs';