UNPKG

256 BTypeScriptView Raw
1import Tabs from './Tabs';
2import type { TabsProps } from './Tabs';
3import TabPane from './TabPanelList/TabPane';
4import type { TabPaneProps } from './TabPanelList/TabPane';
5export type { TabsProps, TabPaneProps };
6export { TabPane };
7export default Tabs;