UNPKG

react-svgmap-india

Version:

Interactive SVG Map of India with hover and click functionality

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