diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index c3d00960d24..ec45671b142 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -232,7 +232,7 @@ interface AriaAttributes { } // Vue's style normalization supports nested arrays -type StyleValue = string | CSSProperties | Array +export type StyleValue = string | CSSProperties | Array export interface HTMLAttributes extends AriaAttributes, EventHandlers { innerHTML?: string