mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
added an inline React reference for typings
This commit is contained in:
3
react-intl/index.d.ts
vendored
3
react-intl/index.d.ts
vendored
@@ -6,6 +6,9 @@
|
||||
///<reference types="react" />
|
||||
|
||||
declare namespace ReactIntl {
|
||||
// Import React
|
||||
import React = __React;
|
||||
|
||||
interface Locale {
|
||||
locale: string;
|
||||
fields?: { [key: string]: string },
|
||||
|
||||
Reference in New Issue
Block a user