@yandex/ymaps3-types
v1.0.15285770
Published
Types for ymaps3 maps library
Downloads
51,043
Readme
Types for ymaps3 Maps JS API
Type definitions for Yandex Maps JavaScript API (https://yandex.ru/dev/maps/jsapi/doc/3.0/).
Types are automatically generated based on source files.
Getting started
npm i @yandex/ymaps3-types -D
tsconfig.json
{
"compilerOptions": {
"types": ["@yandex/ymaps3-types"]
}
}
And you can use ymaps3
global variable in your code.
Don't forget to connect the script with the Maps JS API: https://yandex.ru/dev/jsapi30/doc/en/dg/concepts/load/