UNPKG
bandsintown-gig-map
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A vue3 component for integrating a map which is showing all your bandsintown gigs.
bandsintown-gig-map
/
dist
/
BandsinTownMapPlugin.d.ts
7 lines
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
GigMap
from
"./components/BandsinTownGigMap.vue"
;
declare
const
BandsinTownGigMapPlugin
: {
install
:
(
app
:
any
) =>
void
; };
export
default
GigMap
;
export
{
GigMap
,
BandsinTownGigMapPlugin
};
//# sourceMappingURL=BandsinTownMapPlugin.d.ts.map