Merge branch '21128-toolbar-context-menu'
[arvados-workbench2.git] / typings / global.d.ts
index b9f1cc627770e4061f08cccbf10db29e40fefbac..93aa3cf108e5788f1c1265b01571db4de7706277 100644 (file)
@@ -13,4 +13,8 @@ declare interface System {
 declare var System: System;
 
 declare module 'react-splitter-layout';
-declare module 'react-rte';
\ No newline at end of file
+declare module 'react-rte';
+
+declare module 'is-image' {
+  export default function isImage(value: string): boolean;
+}
\ No newline at end of file