UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

19 lines (18 loc) 953 B
export { Map } from './components/Map'; export type { MapProps } from './components/Map'; export { Marker } from './components/Marker'; export type { MarkerProps } from './components/Marker'; export { StyleLoaded } from './components/StyleLoaded'; export type { StyleLoadedProps } from './components/StyleLoaded'; export { Source } from './components/Source'; export type { SourceProps } from './components/Source'; export { Layer } from './components/Layer'; export type { LayerProps } from './components/Layer'; export { MarkerCluster } from './components/MarkerCluster'; export type { MarkerClusterProps } from './components/MarkerCluster'; export { WorldView } from './components/WorldView'; export type { WorldViewProps } from './components/WorldView'; export { useMap } from './hooks/useMap'; export { default as Supercluster } from 'supercluster'; export { Popup } from './components/Popup'; export type { PopupProps } from './components/Popup';