index.d.ts 287 Bytes
//
// 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 {}