UNPKG

vue-svg-map

Version:

A set of Vue 3 components to display an interactive SVG map

7 lines (6 loc) 259 B
import SvgMap from './components/SvgMap.vue'; import SvgMapCheckbox from './components/SvgMapCheckbox.vue'; import SvgMapRadio from './components/SvgMapRadio.vue'; import './style.css'; export { SvgMap, SvgMapCheckbox, SvgMapRadio }; export * from './types';