5 lines
		
	
	
		
			202 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export { default } from './BottomNavigation';
 | 
						|
export * from './BottomNavigation';
 | 
						|
export { default as BottomNavigationButton } from './BottomNavigationButton';
 | 
						|
export * from './BottomNavigationButton';
 |