fix: add type stub for leaflet.gridlayer.googlemutant to satisfy TypeScript

This commit is contained in:
Logan
2026-05-25 14:02:25 -04:00
parent a6d841b280
commit dbacd9a9a8
@@ -0,0 +1,4 @@
declare module "leaflet.gridlayer.googlemutant" {
// Side-effect import — augments L.gridLayer with googleMutant factory.
// No public API is consumed directly from this module.
}