fix invalid reference to react

This commit is contained in:
bgrieder
2015-10-22 10:33:57 +02:00
parent 00043d869a
commit fd99972d23

View File

@@ -3,6 +3,8 @@
// Definitions by: Bruno Grieder <https://github.com/bgrieder>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../react/react.d.ts' />
declare module "react-intl" {
import * as React from 'react'
@@ -94,4 +96,4 @@ declare module "react-intl" {
export = ReactIntl
}
}