export { TabList, TabPanels, Tabs } from '../src/tabs/Tabs'; export type { SpectrumTabsProps, SpectrumTabListProps, SpectrumTabPanelsProps } from '../src/tabs/Tabs'; export { Item } from 'react-stately/Item'; export type { ItemProps, Key } from '@react-types/shared';