Extend window interface

This commit is contained in:
Zsolt Kovács
2017-07-14 12:47:25 +02:00
parent 01eff32a07
commit 888d5560dc

View File

@@ -21,3 +21,9 @@ export = Dragster;
// Support as a global
export as namespace Dragster;
declare global {
interface Window {
Dragster: Dragster.DragsterStatic;
}
}