Skip to content

Commit

Permalink
types(runtime-dom): export type StyleValue (#3718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amour1688 authored Aug 16, 2021
1 parent 84d4357 commit 516d464
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 @@ -232,7 +232,7 @@ interface AriaAttributes {
}

// Vue's style normalization supports nested arrays
type StyleValue = string | CSSProperties | Array<StyleValue>
export type StyleValue = string | CSSProperties | Array<StyleValue>

export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
innerHTML?: string
Expand Down

0 comments on commit 516d464

Please sign in to comment.