mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update react-tests.ts
This commit is contained in:
@@ -281,7 +281,7 @@ var divStyle: React.CSSProperties = { // CSSProperties
|
||||
flex: "1 1 main-size",
|
||||
backgroundImage: "url('hello.png')"
|
||||
};
|
||||
var htmlAttr: React.HTMLProps = {
|
||||
var htmlAttr: React.HTMLProps<HTMLElement> = {
|
||||
key: 36,
|
||||
ref: "htmlComponent",
|
||||
children: children,
|
||||
|
||||
Reference in New Issue
Block a user