UNPKG
@react-native-kakao/map
Version:
latest (2.2.7)
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
React Native Kakao Map SDK
rnkakao.dev
mym0404/react-native-kakao
@react-native-kakao/map
/
lib
/
typescript
/
src
/
type
/
type.d.ts
8 lines
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
Camera
{
lat
:
number
;
lng
:
number
;
tilt
?:
number
;
rotation
?:
number
;
zoomLevel
?:
number
; }
//# sourceMappingURL=type.d.ts.map