X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a6540e058f12352e3cde3486f6a613b6a7420172..HEAD:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index 39d124b0..93aa3cf1 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -12,4 +12,9 @@ declare interface System { } declare var System: System; -declare module '*'; \ 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