|
|
@@ -232,7 +232,7 @@ interface AriaAttributes {
|
|
|
}
|
|
|
|
|
|
// 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> {
|
|
|
innerHTML?: string
|