Skip to content

Commit

Permalink
Add attribution control to typescript index exports (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antje3 authored and Pessimistress committed Feb 1, 2021
1 parent 53444d6 commit 6513df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export {default as Layer} from './components/layer';
export {default as BaseControl} from './components/base-control';
export {default as Marker} from './components/marker';
export {default as Popup} from './components/popup';
export {default as AttributionControl} from './components/attribution-control';
export {default as FullscreenControl} from './components/fullscreen-control';
export {default as GeolocateControl} from './components/geolocate-control';
export {default as NavigationControl} from './components/navigation-control';
Expand Down

0 comments on commit 6513df7

Please sign in to comment.