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';
|