UNPKG

@dossierhq/leaflet

Version:

A library for rendering maps in Dossier with Leaflet.

6 lines (5 loc) 275 B
export type { BoundingBox, Location } from './CoreTypes.js'; export { MapContainer } from './MapContainer.js'; export { expandBoundingBoxForMarkers } from './MarkerUtils.js'; export type { MarkerColor } from './MarkerUtils.js'; export type { ZoomMetrics } from './Types.js';