mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
declare var __DEV__: boolean;
|
|
declare var __VERSION__: string;
|
|
|
|
declare class SVGSVGElement extends Element {
|
|
className: string;
|
|
style: CSSStyleDeclaration;
|
|
|
|
getPresentationAttribute(name: string): any;
|
|
}
|