We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7aea3 commit c0bd115Copy full SHA for c0bd115
packages/runtime-dom/src/jsx.ts
@@ -28,6 +28,7 @@
28
29
import type * as CSS from 'csstype'
30
31
+// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style
32
export interface CSSProperties
33
extends CSS.Properties<string | number>,
34
CSS.PropertiesHyphen<string | number> {
0 commit comments