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__
/
MockControl.d.ts
6 lines
(5 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
MockControl
{
constructor
(
parameters
:
any
);
addMapType
(
type
:
any
):
void
;
removeAllMapTypes
():
void
; }