fix(react): add IonPicker as controller component, fixes #19620 (#19643)

This commit is contained in:
Ely Lucas
2019-10-13 11:59:47 -06:00
parent 889f282450
commit 3ba9e71a1f
3 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,7 @@ export * from './proxies';
export { IonAlert } from './IonAlert';
export { IonLoading } from './IonLoading';
export { IonToast } from './IonToast';
export { IonPicker } from './IonPicker';
// createOverlayComponent
export { IonActionSheet } from './IonActionSheet';