export { default as Tabs } from './Tabs' export type * from './Tabs/types' export { default as Tab } from './Tab' export type * from './Tab/types'