Răsfoiți Sursa

types(runtime-dom): export type `StyleValue` (#3718)

Amour1688 4 ani în urmă
părinte
comite
516d464830
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/runtime-dom/types/jsx.d.ts

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

@@ -232,7 +232,7 @@ interface AriaAttributes {
 }
 }
 
 
 // Vue's style normalization supports nested arrays
 // Vue's style normalization supports nested arrays
-type StyleValue = string | CSSProperties | Array<StyleValue>
+export type StyleValue = string | CSSProperties | Array<StyleValue>
 
 
 export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
 export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
   innerHTML?: string
   innerHTML?: string