From a18f6bcfda7bcfed1336f9b21ca6a735c6d56b44 Mon Sep 17 00:00:00 2001 From: Andreas Stassivik Date: Mon, 25 Nov 2024 02:27:28 -0800 Subject: [PATCH] import `Map` natively --- src/leaf/map/fullscreen/control/added-listener.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/leaf/map/fullscreen/control/added-listener.ts b/src/leaf/map/fullscreen/control/added-listener.ts index f9127c4..6d07a5d 100644 --- a/src/leaf/map/fullscreen/control/added-listener.ts +++ b/src/leaf/map/fullscreen/control/added-listener.ts @@ -1,10 +1,9 @@ -import { type Map } from 'leaflet' - import { type ControlAnchorOnClick } from './anchor/anchor' import { type RefreshableControlAnchorTitle } from './anchor/refreshable-title' import { type ControlOnAdd, + type Map, type ToggleableState, preventEventDefault, stopEventPropagation,