Skip to content

Commit

Permalink
feat(package): expose decorators and wrapper functions
Browse files Browse the repository at this point in the history
Addresses #37.
  • Loading branch information
tlancina committed Mar 10, 2016
1 parent cb18bbb commit 848d706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export {
TouchID
}

export * from './plugins/plugin';

// Window export to use outside of a module loading system
window['IonicNative'] = {
ActionSheet: ActionSheet,
Expand Down

0 comments on commit 848d706

Please sign in to comment.