We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StyleValue
1 parent 84d4357 commit 516d464Copy full SHA for 516d464
packages/runtime-dom/types/jsx.d.ts
@@ -232,7 +232,7 @@ interface AriaAttributes {
232
}
233
234
// Vue's style normalization supports nested arrays
235
-type StyleValue = string | CSSProperties | Array<StyleValue>
+export type StyleValue = string | CSSProperties | Array<StyleValue>
236
237
export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
238
innerHTML?: string
0 commit comments