From 43ef7c4f7985ea02814d6e85b56b6f66a4de9350 Mon Sep 17 00:00:00 2001 From: cyclingbyte Date: Mon, 26 Aug 2024 16:50:37 +0200 Subject: [PATCH] formating --- src/leaflet-sidepanel.ts | 2 -- src/types/leaflet-sidepanel.d.ts | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/leaflet-sidepanel.ts b/src/leaflet-sidepanel.ts index a78e426..1205c23 100644 --- a/src/leaflet-sidepanel.ts +++ b/src/leaflet-sidepanel.ts @@ -204,5 +204,3 @@ L.control.sidepanel = function ( ): SidePanel { return new SidePanel(id, options); }; - - diff --git a/src/types/leaflet-sidepanel.d.ts b/src/types/leaflet-sidepanel.d.ts index 4f1ae11..c709eac 100644 --- a/src/types/leaflet-sidepanel.d.ts +++ b/src/types/leaflet-sidepanel.d.ts @@ -11,7 +11,7 @@ declare module 'leaflet' { startTab?: number | string; onTabClick?: (tabLink: HTMLElement) => void; } - + namespace Control { class SidePanel extends L.Control { constructor(id: string, options?: SidePanelOptions); @@ -29,4 +29,4 @@ declare module 'leaflet' { options?: SidePanelOptions ): Control.SidePanel; } -} \ No newline at end of file +}