This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
xstatic-leaflet-gesturehand.../xstatic/pkg/leaflet_gesturehandling/data/leaflet-gesture-handling.d.ts

6 lines
114 B
TypeScript

import * as L from "leaflet";
export class GestureHandling extends L.Handler {}
export default GestureHandling;