From: Wouter Kettlitz Date: Thu, 16 Sep 2021 15:46:41 +0000 (+0200) Subject: types: extend CSSProperties with PropertiesHyphen (#4553) X-Git-Tag: v3.2.12~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8370118c1394250a6d4ca8f4752ba4ec975f94ac;p=thirdparty%2Fvuejs%2Fcore.git types: extend CSSProperties with PropertiesHyphen (#4553) fix #4552 --- diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index e4077ad5d9..5cd19cc88f 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -29,7 +29,7 @@ import { VNode } from '@vue/runtime-core' import * as CSS from 'csstype' -export interface CSSProperties extends CSS.Properties { +export interface CSSProperties extends CSS.Properties, CSS.PropertiesHyphen { /** * The index signature was removed to enable closed typing for style * using CSSType. You're able to use type assertion or module augmentation