From: Amour1688 Date: Mon, 16 Aug 2021 20:52:34 +0000 (+0800) Subject: types(runtime-dom): export type `StyleValue` (#3718) X-Git-Tag: v3.2.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516d4648305cd1ee5050f40a2a544d5bebadcd03;p=thirdparty%2Fvuejs%2Fcore.git types(runtime-dom): export type `StyleValue` (#3718) --- diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index c3d00960d2..ec45671b14 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