3 lines
188 B
TypeScript
3 lines
188 B
TypeScript
import type { GraphicsContext } from '../GraphicsContext';
|
|
export declare function SVGParser(svg: string | SVGElement | SVGSVGElement, graphicsContext?: GraphicsContext): GraphicsContext;
|