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