]> BookStack Code Mirror - bookstack/blobdiff - resources/js/global.d.ts
Tests: Updated comment test to account for new editor usage
[bookstack] / resources / js / global.d.ts
index e505c96e0d4a24f1a5d83fcee75a9e1b70962273..b637c97c1b92a7cf55dd3556c427d4e0e1992e54 100644 (file)
@@ -7,10 +7,12 @@ declare global {
     const __DEV__: boolean;
 
     interface Window {
+        __DEV__: boolean;
         $components: ComponentStore;
         $events: EventManager;
         $trans: Translator;
         $http: HttpManager;
         baseUrl: (path: string) => string;
+        importVersioned: (module: string) => Promise<object>;
     }
 }
\ No newline at end of file