custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
15 lines (11 loc) • 311 B
TypeScript
//
// Progress
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const ProgressPlugin: BvPlugin
// Component: b-progress
export declare class BProgress extends BvComponent {}
// Component: b-progress-bar
export declare class BProgressBar extends BvComponent {}