types(runtime-dom): export type StyleValue
(#3718)
This commit is contained in:
parent
84d4357f6f
commit
516d464830
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user