parseXML.d.ts 83 B

12
  1. export declare function parseXML(svg: Document | string | SVGElement): SVGElement;