Skip to content

Commit

Permalink
feat(alert): export AlertButton interface
Browse files Browse the repository at this point in the history
Closes #12545
  • Loading branch information
alan-agius4 authored and mhartington committed Oct 2, 2017
1 parent e0c8309 commit 0ba33d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@
"pre-push#master": [
"test"
]
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export { ActionSheetButton, ActionSheetOptions } from './components/action-sheet
export { ActionSheetCmp } from './components/action-sheet/action-sheet-component';
export { Alert } from './components/alert/alert';
export { AlertController } from './components/alert/alert-controller';
export { AlertOptions } from './components/alert/alert-options';
export { AlertButton, AlertOptions } from './components/alert/alert-options';
export { AlertCmp } from './components/alert/alert-component';
export { App } from './components/app/app';
export { Avatar } from './components/avatar/avatar';
Expand Down

0 comments on commit 0ba33d9

Please sign in to comment.