UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

5 lines (4 loc) 216 B
export { Tabs } from './tabs'; export { Tab } from './tab'; export { TabPanel } from './tab-panel'; export type { TabsProps, TabProps, TabPanelProps, TabContentDirection, TabChangeEventDetail, } from './tabs.types';