@wikimedia/wvui
Version:
Wikimedia Vue UI (WVUI) – Wikimedia Foundation's Vue.js shared user-interface components for Wikipedia, MediaWiki, and beyond.
11 lines (10 loc) • 421 B
TypeScript
import Vue from 'vue';
declare const _default: import("vue/types/vue").ExtendedVue<Vue, unknown, unknown, unknown, Record<never, any>>;
/**
* Progress bar, currently only supports indeterminate type (i.e. the bar will scroll across the
* width of the display and then reappear at the start, rather than reflecting a specific amount
* of progress having been made).
*
* @author DannyS712
*/
export default _default;