mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Added support for svgjs.draggable
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
declare module svgjs {
|
||||
export interface Element {
|
||||
draggable(): Element
|
||||
draggable(obj: Object):Element
|
||||
fixed(): Element
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user