We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a1819 commit 9def7aaCopy full SHA for 9def7aa
packages/runtime-dom/types/jsx.d.ts
@@ -40,6 +40,8 @@ export interface CSSProperties
40
* For examples and more information, visit:
41
* https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
42
*/
43
+
44
+ [v: `--${string}`]: string | number | undefined
45
}
46
47
type Booleanish = boolean | 'true' | 'false'
0 commit comments