diff --git a/src/index.ts b/src/index.ts index a94f4e829..62681d6c0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,6 +46,8 @@ export { TouchID } +export * from './plugins/plugin'; + // Window export to use outside of a module loading system window['IonicNative'] = { ActionSheet: ActionSheet,