vue-yandex-maps
Version:
Yandex Maps 3.0 components library for VueJS.
7 lines (6 loc) • 375 B
TypeScript
export * from './functions';
export { createYmaps, createYmapsVue2 } from './plugins/vue';
export * from './components';
export { VueYandexMaps, } from './namespace.ts';
export type { IYandexMapTrafficEventsLayer, IYandexMapTrafficLayerProps, IYandexMapTrafficLayer, IYandexMapTrafficEventsLayerProps, } from './namespace.ts';
export type * from './plugins/nuxt3-module.ts';