X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf48e928d4d334b0b6434529d7619c616da319f2..a459a376f98f7cb8741c8ab1057c9578e59dc327:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index 70a3fe53..b9f1cc62 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -11,3 +11,6 @@ declare interface System { import(module: string): Promise } declare var System: System; + +declare module 'react-splitter-layout'; +declare module 'react-rte'; \ No newline at end of file