UNPKG

@globalhive/vuejs-tour

Version:

VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.

5 lines (4 loc) 284 B
import { default as VTour } from './components/VTour.vue'; export { VTour }; export type { ITourStep, VTourProps, VTourEvents, VTourEmits, VTourData, VTourExposedMethods, ButtonLabels, SaveToLocalStorage, JumpOptions, } from './Types'; export type { NanoPopPosition } from 'nanopop';