UNPKG

@rc-component/tabs

Version:
8 lines (7 loc) 355 B
import type { TabsProps } from './Tabs'; import Tabs from './Tabs'; export type { AnimatedConfig, EditableConfig, MoreProps, PopupRender, Tab, TabBarExtraContent, } from './interface'; export type { TabPaneProps } from './TabPanelList/TabPane'; export type { GetIndicatorSize } from './hooks/useIndicator'; export type { TabsProps }; export default Tabs;