Skip to content

Commit

Permalink
Add missing type definition name in Action (#1514) (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
m208 authored Sep 15, 2024
1 parent 9f6aac7 commit c8961ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leaflet-geoman.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ declare module 'leaflet' {
text: string;
onClick?: (e: any) => void;
title?: string;
name?: string;
}

type TOOLBAR_CONTROL_ORDER =
Expand Down

0 comments on commit c8961ef

Please sign in to comment.