fix(react): supporting ios and md props on icons (#20170)

This commit is contained in:
Ely Lucas
2020-01-08 16:13:52 -07:00
parent f8773a4e04
commit d294e67f52
4 changed files with 88 additions and 4 deletions

View File

@ -22,6 +22,7 @@ export { IonTabs } from './navigation/IonTabs';
export { IonTabBar } from './navigation/IonTabBar';
export { IonBackButton } from './navigation/IonBackButton';
export { IonRouterOutlet } from './IonRouterOutlet';
export { IonIcon } from './IonIcon';
// Utils
export { isPlatform, getPlatforms, getConfig } from './utils';