UNPKG

116 BTypeScriptView Raw
1import type { TabsProps } from './Tabs';
2import Tabs from './Tabs';
3export type { TabsProps };
4export default Tabs;