UNPKG
svgmap-tamilnadu
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Interactive map of Tamilnadu for React
github.com/arav-ind/svgmaps-india
arav-ind/svgmaps-india
svgmap-tamilnadu
/
dist
/
components
/
Tamilnadu.d.ts
5 lines
(4 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
MapPropType
}
from
'../types/types'
;
declare
const
TamilnaduMap
:
(
{ className, size, mapColor, strokeColor, strokeWidth, hoverColor, onClick, }:
MapPropType
) =>
React
.
JSX
.
Element
;
export
default
TamilnaduMap
;