From a66eb2c11354080aee867dea7b598cd150ff334a Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Wed, 23 Aug 2017 11:12:40 -0500 Subject: [PATCH] fix(action-sheet): export the ActionSheetButton This fixes issue #12719 --- packages/ionic-angular/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ionic-angular/src/index.ts b/packages/ionic-angular/src/index.ts index 78a487b12c..44e8067c6d 100644 --- a/packages/ionic-angular/src/index.ts +++ b/packages/ionic-angular/src/index.ts @@ -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';