UNPKG

vue3-map-chart

Version:

Vue 3 component for rendering interactive SVG maps of the world, continents, and countries with dynamic data.

7 lines (6 loc) 170 B
import type { Options } from '@/types'; import type { App } from 'vue'; declare const plugin: { install(app: App, options?: Options): void; }; export default plugin;