html2canvas/flow-typed/myLibDef.js
2017-08-17 23:14:44 +08:00

12 lines
271 B
JavaScript

declare var __DEV__: boolean;
declare var __VERSION__: string;
declare class SVGSVGElement extends Element {
className: string;
style: CSSStyleDeclaration;
getPresentationAttribute(name: string): any;
}
declare class HTMLBodyElement extends HTMLElement {}