bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 80 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.
15 lines (11 loc) • 287 B
TypeScript
//
// 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 {}