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__
/
MockCollection.d.ts
7 lines
(6 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
MockCollection
{
constructor
(
collection
?:
never
[]
);
add
(
item
:
any
):
void
;
remove
(
item
:
any
):
void
;
raw
():
any
; }