We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de67e6 commit ec17333Copy full SHA for ec17333
src/index.ts
@@ -12,6 +12,7 @@ import * as geocoders from './geocoders/index';
12
13
L.Util.extend(Geocoder, geocoders);
14
export default Geocoder;
15
+export { Geocoder, geocoder, geocoders };
16
17
L.Util.extend(L.Control, {
18
Geocoder: Geocoder,
0 commit comments