mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export * from './external';
|
|
|
|
// re-export mapbox types
|
|
export type {AnyLayer, AnySourceData, AnySourceImpl, Popup as MapboxPopup} from 'mapbox-gl';
|