UNPKG

@marcoschulte/vue3-progress

Version:

A fully customizable vue3 plugin to display a progress bar while waiting for something, e.g. http requests

4 lines (2 loc) 121 B
import {ProgressControls} from './ProgressControls'; export const holder = {instance: null as null | ProgressControls};