mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-21 00:59:44 -06:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
export { default } from './BottomNavigation';
|
|
export * from './BottomNavigation';
|
|
|
|
export { default as bottomNavigationClasses } from './bottomNavigationClasses';
|
|
export * from './bottomNavigationClasses';
|