18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git] / services / workbench2 / typings / global.d.ts
diff --git a/services/workbench2/typings/global.d.ts b/services/workbench2/typings/global.d.ts
new file mode 100644 (file)
index 0000000..93aa3cf
--- /dev/null
@@ -0,0 +1,20 @@
+declare interface Window {
+  __REDUX_DEVTOOLS_EXTENSION__: any;
+  __REDUX_DEVTOOLS_EXTENSION_COMPOSE__: any;
+}
+
+declare interface NodeModule {
+  hot?: { accept: (path: string, callback: () => void) => void };
+}
+
+declare interface System {
+  import<T = any>(module: string): Promise<T>
+}
+declare var System: System;
+
+declare module 'react-splitter-layout';
+declare module 'react-rte';
+
+declare module 'is-image' {
+  export default function isImage(value: string): boolean;
+}
\ No newline at end of file