UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

8 lines (7 loc) 187 B
import type { YMap } from "./YMap"; type YandexMaps = { getLink: (map: YMap) => string; open: (map: YMap) => void; }; declare const yandexMaps: YandexMaps; export { yandexMaps };