mirror of https://github.com/vuejs/core.git
types(runtime-dom): export type `StyleValue` (#3718)
This commit is contained in:
parent
84d4357f6f
commit
516d464830
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue