added an inline React reference for typings

This commit is contained in:
nir.smadar
2016-12-25 17:26:36 +02:00
parent dc839d6365
commit 57712368b9

View File

@@ -6,6 +6,9 @@
///<reference types="react" />
declare namespace ReactIntl {
// Import React
import React = __React;
interface Locale {
locale: string;
fields?: { [key: string]: string },