We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d061 commit 8370118Copy full SHA for 8370118
packages/runtime-dom/types/jsx.d.ts
@@ -29,7 +29,7 @@
29
import { VNode } from '@vue/runtime-core'
30
import * as CSS from 'csstype'
31
32
-export interface CSSProperties extends CSS.Properties<string | number> {
+export interface CSSProperties extends CSS.Properties<string | number>, CSS.PropertiesHyphen<string | number> {
33
/**
34
* The index signature was removed to enable closed typing for style
35
* using CSSType. You're able to use type assertion or module augmentation
0 commit comments