@maptiler/geocoding-control 0.0.87 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/leaflet.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as L from "leaflet";
2
2
  import type { ControlOptions } from "./types";
3
- export { createLeafletMapController } from "./leafletMapController";
3
+ export { createLeafletMapController } from "./leaflet-controller";
4
4
  type LeafletControlOptions = ControlOptions & L.ControlOptions & {
5
5
  /**
6
6
  * If `true`, a [Marker](https://leafletjs.com/reference.html#marker) will be added to the map at the location of the user-selected result using a default set of Marker options.