diff --git a/ionic/ionic.d.ts b/ionic/ionic.d.ts index 1b2e3265e..ed2ddd209 100644 --- a/ionic/ionic.d.ts +++ b/ionic/ionic.d.ts @@ -5,6 +5,16 @@ /// +interface IonicStatic { + version: string; +} + +declare var ionic: IonicStatic; + +declare module 'ionic' { + export = ionic; +} + declare module ionic { module actionSheet { interface IonicActionSheetService {