From fd99972d236e2bd10598bb93fb088cc14e7689d2 Mon Sep 17 00:00:00 2001 From: bgrieder Date: Thu, 22 Oct 2015 10:33:57 +0200 Subject: [PATCH] fix invalid reference to react --- react-intl/react-intl.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-intl/react-intl.d.ts b/react-intl/react-intl.d.ts index d1ee2772b8..3d7a9b7378 100644 --- a/react-intl/react-intl.d.ts +++ b/react-intl/react-intl.d.ts @@ -3,6 +3,8 @@ // Definitions by: Bruno Grieder // Definitions: https://github.com/borisyankov/DefinitelyTyped +/// + declare module "react-intl" { import * as React from 'react' @@ -94,4 +96,4 @@ declare module "react-intl" { export = ReactIntl -} \ No newline at end of file +}