We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c739464 commit 900b41bCopy full SHA for 900b41b
jscomp/others/jsxDOM.res
@@ -30,6 +30,7 @@ type domRef
30
*/
31
type domProps = {
32
key?: string,
33
+ children?: Jsx.element,
34
ref?: domRef,
35
/* accessibility */
36
/* https://www.w3.org/TR/wai-aria-1.1/ */
0 commit comments