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 +}