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 661e78e commit cffa876Copy full SHA for cffa876
jsx.d.ts
@@ -29,8 +29,8 @@ export namespace JSX {
29
| Attribute
30
| { [className: string]: unknown|Supplier<unknown> }
31
| Array<
32
- string
33
- | Supplier<string>
+ string|false|null|undefined
+ | Supplier<string|false|null|undefined>
34
35
>,
36
style?:
@@ -60,8 +60,8 @@ export namespace JSX {
60
// class attribute
61
62
63
64
65
66
>
67
0 commit comments