fix(action-sheet): export the ActionSheetButton

This fixes issue #12719
This commit is contained in:
Ken Sodemann
2017-08-23 11:12:40 -05:00
parent d43d2d583a
commit a66eb2c113

View File

@ -2,6 +2,7 @@
export { IonicApp } from './components/app/app-root';
export { MenuController } from './components/app/menu-controller';
export { ActionSheet } from './components/action-sheet/action-sheet';
export { ActionSheetButton } from './components/action-sheet/action-sheet-options'
export { ActionSheetController } from './components/action-sheet/action-sheet-controller';
export { ActionSheetOptions } from './components/action-sheet/action-sheet-options';
export { ActionSheetCmp } from './components/action-sheet/action-sheet-component';