mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 03:00:02 +00:00
Extend window interface
This commit is contained in:
6
types/dragster/index.d.ts
vendored
6
types/dragster/index.d.ts
vendored
@@ -21,3 +21,9 @@ export = Dragster;
|
||||
|
||||
// Support as a global
|
||||
export as namespace Dragster;
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
Dragster: Dragster.DragsterStatic;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user