UNPKG

bandsintown-gig-map

Version:

A vue3 component for integrating a map which is showing all your bandsintown gigs.

7 lines 251 B
import GigMap from "./components/BandsinTownGigMap.vue"; declare const BandsinTownGigMapPlugin: { install: (app: any) => void; }; export default GigMap; export { GigMap, BandsinTownGigMapPlugin }; //# sourceMappingURL=BandsinTownMapPlugin.d.ts.map