UNPKG

uzb-d3-map

Version:

A flexible, customizable SVG map component for Uzbekistan built with D3 and React

3 lines 288 B
import type { DrawMapArgs } from "../types"; export declare function drawMap({ d3, svg, rootG, data, activeKey, leaderColor, colors, stroke, onClick, labelConfig: customLabelConfig, labelRender, showLabels, getPathStyle, }: DrawMapArgs): () => void; //# sourceMappingURL=draw-map.d.ts.map