mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 08:31:17 +08:00
Merge pull request #10300 from DanielRosenwasser/removeIndexSignatureReact
Remove string index signature in React's HTMLAttributes
This commit is contained in:
3
react/index.d.ts
vendored
3
react/index.d.ts
vendored
@@ -2037,9 +2037,6 @@ declare namespace React {
|
||||
results?: number;
|
||||
security?: string;
|
||||
unselectable?: boolean;
|
||||
|
||||
// Allows aria- and data- Attributes
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface SVGAttributes<T> extends HTMLAttributes<T> {
|
||||
|
||||
Reference in New Issue
Block a user