feat(react): Add IonTabsContext to add some missing element methods, closes #19935 (#21171)

This commit is contained in:
Ely Lucas
2020-04-30 15:08:23 -06:00
committed by GitHub
parent ae5f1ddff0
commit 43f9d24824
5 changed files with 111 additions and 22 deletions

View File

@ -18,6 +18,7 @@ export { IonPopover } from './IonPopover';
// Custom Components
export { IonPage } from './IonPage';
export { IonTabsContext, IonTabsContextState } from './navigation/IonTabsContext';
export { IonTabs } from './navigation/IonTabs';
export { IonTabBar } from './navigation/IonTabBar';
export { IonBackButton } from './navigation/IonBackButton';