We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 543ca32 + 4d7c434 commit 2c765aeCopy full SHA for 2c765ae
leaflet/leaflet.d.ts
@@ -805,13 +805,6 @@ declare namespace L {
805
}
806
807
declare namespace L {
808
-
809
- /**
810
- * Creates a Draggable object for moving the given element when you start dragging
811
- * the dragHandle element (equals the element itself by default).
812
- */
813
- function draggable(element: HTMLElement, dragHandle?: HTMLElement): Draggable;
814
815
export interface DraggableStatic extends ClassStatic {
816
/**
817
* Creates a Draggable object for moving the given element when you start dragging
0 commit comments