UNPKG

react-svgmap-japan

Version:

Interactive SVG Map of Japan with hover and click functionality

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; };