html2canvas/flow-typed/myLibDef.js

12 lines
271 B
JavaScript
Raw Normal View History

2017-07-29 05:07:42 +03:00
declare var __DEV__: boolean;
2017-08-06 13:13:40 +03:00
declare var __VERSION__: string;
2017-08-13 12:48:37 +03:00
declare class SVGSVGElement extends Element {
className: string;
style: CSSStyleDeclaration;
getPresentationAttribute(name: string): any;
}
2017-08-17 18:14:44 +03:00
declare class HTMLBodyElement extends HTMLElement {}