Skip to content

Commit

Permalink
types: extend CSSProperties with PropertiesHyphen (#4553)
Browse files Browse the repository at this point in the history
fix #4552
  • Loading branch information
Pentadome authored Sep 16, 2021
1 parent f29d061 commit 8370118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/types/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import { VNode } from '@vue/runtime-core'
import * as CSS from 'csstype'

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

0 comments on commit 8370118

Please sign in to comment.