feat(package): expose decorators and wrapper functions

Addresses https://github.com/driftyco/ionic-native/issues/37.
This commit is contained in:
Tim Lancina 2016-03-10 10:29:03 -06:00
parent cb18bbb399
commit 848d70631c

View File

@ -46,6 +46,8 @@ export {
TouchID
}
export * from './plugins/plugin';
// Window export to use outside of a module loading system
window['IonicNative'] = {
ActionSheet: ActionSheet,