UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 309 B
/** * MSKCC DSM 2021, 2023 */ import { Tabs } from './Tabs'; export default Tabs; export { default as TabsSkeleton } from './Tabs.Skeleton'; export { TabPanels, type TabPanelsProps, TabPanel, type TabPanelProps, TabList, type TabListProps, IconTab, type IconTabProps, Tabs, type TabsProps, } from './Tabs';