mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 22:38:04 +08:00
Remove unnecessary type-parameter...
This commit is contained in:
2
types/react-json/index.d.ts
vendored
2
types/react-json/index.d.ts
vendored
@@ -12,5 +12,5 @@ export interface JsonProperties {
|
||||
onChange?: OnChangeHandler;
|
||||
}
|
||||
|
||||
export class Json extends React.Component<JsonProperties, {}> {
|
||||
export class Json extends React.Component<JsonProperties> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user