Skip to content

Commit

Permalink
Add version to TypeScript definition (#1238) (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design authored Nov 1, 2022
1 parent 47201f4 commit be8c36c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leaflet-geoman.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@ declare module 'leaflet' {
}

namespace PM {

export const version: string;

/** Supported shape names. 'ImageOverlay' is in Edit Mode only. Also accepts custom shape name. */
type SUPPORTED_SHAPES =
| 'Marker'
Expand Down

0 comments on commit be8c36c

Please sign in to comment.