types(tsx): svg xmlns attribute typing (#2344)
This commit is contained in:
1
packages/runtime-dom/types/jsx.d.ts
vendored
1
packages/runtime-dom/types/jsx.d.ts
vendored
@@ -1004,6 +1004,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
|
|||||||
xlinkShow?: string
|
xlinkShow?: string
|
||||||
xlinkTitle?: string
|
xlinkTitle?: string
|
||||||
xlinkType?: string
|
xlinkType?: string
|
||||||
|
xmlns?: string
|
||||||
y1?: number | string
|
y1?: number | string
|
||||||
y2?: number | string
|
y2?: number | string
|
||||||
y?: number | string
|
y?: number | string
|
||||||
|
|||||||
Reference in New Issue
Block a user