mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
export {default} from './components/map';
|
|
|
|
export {default as Map, MapProps, MapRef} from './components/map';
|
|
|
|
// Types
|
|
export * from './utils/types';
|