Skip to content

Commit

Permalink
fix(runtime-dom): SVGAttributes style type error
Browse files Browse the repository at this point in the history
  • Loading branch information
JayMeDotDot committed Jul 20, 2022
1 parent 8dcb6c7 commit fcc0cc8
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 @@ -735,7 +735,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
* @see https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling
*/
class?: any
style?: string | CSSProperties
style?: StyleValue

color?: string
height?: Numberish
Expand Down

0 comments on commit fcc0cc8

Please sign in to comment.