UNPKG

bento-charts

Version:
4 lines (3 loc) 307 B
import type { ChoroplethMapProps } from '../../types/mapTypes'; declare const BentoChoroplethMap: ({ height, center, zoom, tileLayer, colorMode, features, categoryProp, onClick, renderPopupBody, ...params }: ChoroplethMapProps) => import("react/jsx-runtime").JSX.Element; export default BentoChoroplethMap;