UNPKG

69 BTypeScriptView Raw
1declare var require: any;
2
3interface SVGPathElement {
4 d: string;
5}