mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(action-sheet): export the ActionSheetButton
This fixes issue #12719
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user