mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Allow SVGElement as the first param for the constructor function. (#8789)
This commit is contained in:
committed by
Masahiro Wakame
parent
0032c9b7e5
commit
de8e80dfe5
Vendored
+1
-1
@@ -11,7 +11,7 @@ declare module "hammerjs" {
|
||||
|
||||
interface HammerStatic
|
||||
{
|
||||
new( element:HTMLElement, options?:any ): HammerManager;
|
||||
new( element:HTMLElement | SVGElement, options?:any ): HammerManager;
|
||||
|
||||
defaults:HammerDefaults;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user