UNPKG

bento-charts

Version:
4 lines (3 loc) 247 B
import type { PointMapProps } from '../../types/mapTypes'; declare const BentoPointMap: ({ height, center, zoom, tileLayer, data, onClick, renderPopupBody }: PointMapProps) => import("react/jsx-runtime").JSX.Element; export default BentoPointMap;