mirror of https://github.com/vuejs/core.git
types(tsx): svg xmlns attribute typing (#2344)
This commit is contained in:
parent
0e5a3c47a7
commit
e894caf731
|
|
@ -1004,6 +1004,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
|
|||
xlinkShow?: string
|
||||
xlinkTitle?: string
|
||||
xlinkType?: string
|
||||
xmlns?: string
|
||||
y1?: number | string
|
||||
y2?: number | string
|
||||
y?: number | string
|
||||
|
|
|
|||
Loading…
Reference in New Issue