mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #8236 from glatzert/master
[react] Updated interface HTMLAttributes
This commit is contained in:
3
react/react.d.ts
vendored
3
react/react.d.ts
vendored
@@ -1843,6 +1843,9 @@ declare namespace __React {
|
||||
results?: number;
|
||||
security?: string;
|
||||
unselectable?: boolean;
|
||||
|
||||
// Allows aria- and data- Attributes
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface SVGAttributes extends HTMLAttributes {
|
||||
|
||||
Reference in New Issue
Block a user