mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 09:55:50 +08:00
More fixes around __React
This commit is contained in:
2
react-intl/index.d.ts
vendored
2
react-intl/index.d.ts
vendored
@@ -6,8 +6,6 @@
|
||||
///<reference types="react" />
|
||||
|
||||
declare namespace ReactIntl {
|
||||
import React = __React;
|
||||
|
||||
interface Locale {
|
||||
locale: string;
|
||||
fields?: { [key: string]: string },
|
||||
|
||||
Reference in New Issue
Block a user