import { withInstall } from '../utils'; import _Tabs from './Tabs'; export const Tabs = withInstall(_Tabs); export default Tabs; export type { TabsType, TabsInstance } from './types';