UNPKG

svgmap-maharashtra

Version:

Interactive map of Maharashtra for React

10 lines (9 loc) 212 B
export type MapPropType = { className?: string; size?: string; mapColor?: string; strokeColor?: string; strokeWidth?: string; hoverColor?: string; onClick: (value: string) => void; };