Skip to content

Commit c8961ef

Browse files
authored
Add missing type definition name in Action (#1514) (patch)
1 parent 9f6aac7 commit c8961ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leaflet-geoman.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ declare module 'leaflet' {
707707
text: string;
708708
onClick?: (e: any) => void;
709709
title?: string;
710+
name?: string;
710711
}
711712

712713
type TOOLBAR_CONTROL_ORDER =

0 commit comments

Comments
 (0)