Skip to content

Commit 516d464

Browse files
authored
types(runtime-dom): export type StyleValue (#3718)
1 parent 84d4357 commit 516d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/types/jsx.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ interface AriaAttributes {
232232
}
233233

234234
// Vue's style normalization supports nested arrays
235-
type StyleValue = string | CSSProperties | Array<StyleValue>
235+
export type StyleValue = string | CSSProperties | Array<StyleValue>
236236

237237
export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
238238
innerHTML?: string

0 commit comments

Comments
 (0)