/// // Type definitions for html2canvas interface JQuery { html2canvas(options?: any): JQuery; } declare var html2canvas: JQueryStatic;