UNPKG
react-google-geocoding
Version:
latest (0.2.8)
1.0.0
0.2.8
0.2.7
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
A lightweight wrapper around Google Places Autocomplete and Directions APIs.
react-google-geocoding
/
src
/
types
/
index.ts
6 lines
(4 loc)
•
170 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
Language
}
from
"./language"
;
import
{
PlaceType
}
from
"./place-type"
;
import
{
RegionCode
}
from
"./region-code"
;
export
{
Language
,
PlaceType
,
RegionCode
};