init rich test editor for project
[arvados-workbench2.git] / typings / global.d.ts
index 70a3fe53e1704c60bf533392163daa297200ef9d..b9f1cc627770e4061f08cccbf10db29e40fefbac 100644 (file)
@@ -11,3 +11,6 @@ declare interface System {
   import<T = any>(module: string): Promise<T>
 }
 declare var System: System;
+
+declare module 'react-splitter-layout';
+declare module 'react-rte';
\ No newline at end of file