summaryrefslogtreecommitdiff
path: root/web/types/global.d.ts
blob: 2f4a39b1832a34794f6c1c6d83f55e59f3b5f157 (plain) (blame)
1
2
3
interface Window {
  L?: typeof import("leaflet");
}