UNPKG
@iminside/react-yandex-maps
Version:
latest (1.2.7)
1.2.7
Yandex.Maps API bindings for React
pbe-react-yandex-maps.vercel.app
R3flector/react-yandex-maps
@iminside/react-yandex-maps
/
typings
/
__mocks__
/
MockMapObject.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
MockMapObject
{
constructor
(
parentElement
:
any
,
state
?: {},
options
?: {}
);
setType
(
value
:
any
):
void
;
setZoom
(
value
:
any
):
void
;
setCenter
(
value
:
any
):
void
;
setBounds
(
value
:
any
):
void
;
destroy
():
void
; }