parseXML.d.ts 83 B

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