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__
/
MockEvents.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
MockEvents
{
constructor
(
);
add
(
name
:
any
,
handler
:
any
):
void
;
remove
(
name
:
any
,
handler
:
any
):
void
;
get
(
name
:
any
):
any
; }