UNPKG

vue-yandex-maps

Version:
5 lines (4 loc) 312 B
export { useYMapsLocationFromBounds, getLocationFromBounds } from './getCenterAndZoom.ts'; export type { YandexMapGetLocationFromBoundsOptions } from './getCenterAndZoom.ts'; export { getCenterFromCoords, getBoundsFromCoords } from './calculations.ts'; export { createYmapsOptions, initYmaps } from './init.ts';