Explorar el Código

types(tsx): svg xmlns attribute typing (#2344)

neverland hace 5 años
padre
commit
e894caf731
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/runtime-dom/types/jsx.d.ts

+ 1 - 0
packages/runtime-dom/types/jsx.d.ts

@@ -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