Disallow ids
This commit is contained in:
parent
a19bdfee53
commit
e790ee615f
1 changed files with 0 additions and 1 deletions
1
react-intl.d.ts
vendored
1
react-intl.d.ts
vendored
|
@ -3,7 +3,6 @@ declare module "react-intl" {
|
|||
export * from "node_modules/react-intl";
|
||||
|
||||
export interface MessageDescriptor {
|
||||
id?: string;
|
||||
description?: string;
|
||||
defaultMessage: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue