mirror of https://github.com/vuejs/core.git
fix(types): support correct types for style on svg elements (#6322)
This commit is contained in:
parent
68d6b43f7e
commit
364dc53c7c
|
@ -775,7 +775,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
|
||||||
* @see https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling
|
* @see https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling
|
||||||
*/
|
*/
|
||||||
class?: any
|
class?: any
|
||||||
style?: string | CSSProperties
|
style?: StyleValue
|
||||||
|
|
||||||
color?: string
|
color?: string
|
||||||
height?: Numberish
|
height?: Numberish
|
||||||
|
|
Loading…
Reference in New Issue