X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c324b64f3b26e79b4640b6f0cf55671f1a261bca..7d45d61adcaffb47f58031a44f89ff3f9005ce22:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index da8e4415d1..93aa3cf108 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -12,4 +12,9 @@ declare interface System { } declare var System: System; -declare module 'react-splitter-layout'; \ No newline at end of file +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