@cmk/fe_utils
Version:
frontend utility library
7 lines (6 loc) • 310 B
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';