X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d4aa5357707c184f7e450465befeb693379ec5a9..HEAD:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index b9f1cc62..93aa3cf1 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -13,4 +13,8 @@ declare interface System { declare var System: System; declare module 'react-splitter-layout'; -declare module 'react-rte'; \ No newline at end of file +declare module 'react-rte'; + +declare module 'is-image' { + export default function isImage(value: string): boolean; +} \ No newline at end of file