X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf48e928d4d334b0b6434529d7619c616da319f2..342f4ed11da7860e834928aa79974f096a8f6291:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index 70a3fe53..93aa3cf1 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -11,3 +11,10 @@ declare interface System { import(module: string): Promise } 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