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
/
hooks
/
useYMaps.d.ts
8 lines
(7 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
YMapsApi
}
from
'../util/typing'
;
/** * Return loaded ymaps instance *
@param
modules
*
@param
onError
*/
export
declare
const
useYMaps
:
(
modules
?:
string
[]
) =>
YMapsApi
|
null
;