X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a2bf1ed3a15cf55e426c51ad8e6febd7ff2e3020..9e16e70e7f9bc9fd0e0a52eca9a9c37a45ef3639:/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