@rc-component/tabs
Version:
Tabs UI component for React
8 lines (7 loc) • 355 B
TypeScript
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;