Skip to content

Commit 8370118

Browse files
authored
types: extend CSSProperties with PropertiesHyphen (#4553)
fix #4552
1 parent f29d061 commit 8370118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/types/jsx.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import { VNode } from '@vue/runtime-core'
3030
import * as CSS from 'csstype'
3131

32-
export interface CSSProperties extends CSS.Properties<string | number> {
32+
export interface CSSProperties extends CSS.Properties<string | number>, CSS.PropertiesHyphen<string | number> {
3333
/**
3434
* The index signature was removed to enable closed typing for style
3535
* using CSSType. You're able to use type assertion or module augmentation

0 commit comments

Comments
 (0)