UNPKG

svgmap-core

Version:

Core app for rendering SVG Maps in React based on the given drawpath

5 lines (4 loc) 273 B
import React from 'react'; import { MapPropType } from '../types/types'; declare const RenderSvg: ({ districtCodes, drawPath, viewBox, className, size, mapColor, strokeColor, strokeWidth, hoverColor, onClick, }: MapPropType) => React.JSX.Element; export default RenderSvg;