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 (3 loc) 54 B
export interface ProgressState { active: boolean; }