Add is-image dependency
[arvados-workbench2.git] / typings / global.d.ts
index 70a3fe53e1704c60bf533392163daa297200ef9d..93aa3cf108e5788f1c1265b01571db4de7706277 100644 (file)
@@ -11,3 +11,10 @@ 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