UNPKG

126 BTypeScriptView Raw
1declare var require: any;
2
3interface SVGSVGElement {
4 viewBox: string;
5}
6
7interface SVGPathElement {
8 d: string;
9}