import { DivIcon, divIcon } from 'leaflet'; export const clusterIcon = (cluster): DivIcon => divIcon({ html: `
${cluster.getChildCount()}
` });