@cmk/fe_utils
Version:
frontend utility library
7 lines (6 loc) • 304 B
text/typescript
export { BottomNavigation } from './BottomNavigation'
export type { CBottomNavigationProps } from './BottomNavigation'
export { ListNavigation } from './CListNavigation'
export type { ListNavigationProps } from './CListNavigation'
export { Tabs } from './CTabs'
export type { CTabsProps } from './CTabs'