UNPKG
svgmap-maharashtra
Version:
latest (0.0.2)
0.0.2
0.0.1
Interactive map of Maharashtra for React
github.com/arav-ind/svgmaps-india
arav-ind/svgmaps-india
svgmap-maharashtra
/
dist
/
types
/
types.d.ts
10 lines
(9 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
MapPropType
= {
className
?:
string
;
size
?:
string
;
mapColor
?:
string
;
strokeColor
?:
string
;
strokeWidth
?:
string
;
hoverColor
?:
string
;
onClick
:
(
value
:
string
) =>
void
; };