UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

15 lines (11 loc) 287 B
// // Image // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const ImagePlugin: BvPlugin // Component: b-img export declare class BImg extends BvComponent {} // Component: b-img-lazy export declare class BImgLazy extends BvComponent {}