bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
16 lines (12 loc) • 341 B
TypeScript
//
// Progress
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const ProgressPlugin: BvPlugin
export default ProgressPlugin
// Component: b-progress
export declare class BProgress extends BvComponent {}
// Component: b-progress-bar
export declare class BProgressBar extends BvComponent {}