Skip to content

Commit

Permalink
export { Geocoder, geocoder, geocoders }
Browse files Browse the repository at this point in the history
Fixes #333.
  • Loading branch information
simon04 committed Feb 6, 2022
1 parent 7de67e6 commit ec17333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import * as geocoders from './geocoders/index';

L.Util.extend(Geocoder, geocoders);
export default Geocoder;
export { Geocoder, geocoder, geocoders };

L.Util.extend(L.Control, {
Geocoder: Geocoder,
Expand Down

0 comments on commit ec17333

Please sign in to comment.