bento-charts
Version:
Charts library for Bento-platform
4 lines (3 loc) • 307 B
TypeScript
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;