@atlaskit/tabs
Version:
Tabs are used to organize content by grouping similar information on the same page.
8 lines (7 loc) • 480 B
TypeScript
export { default } from './components/tabs';
export { default as TabPanel } from './components/tab-panel';
export { default as Tab } from './components/tab';
export { default as TabList } from './components/tab-list';
export type { TabProps, TabPanelProps, TabsProps, TabListProps, TabAttributesType, TabListAttributesType, TabPanelAttributesType, TabData, } from './types';
export { default as useTab } from './use-tab';
export { default as useTabPanel } from './use-tab-panel';