bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-AR
18 lines (13 loc) • 380 B
TypeScript
//
// Media
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const MediaPlugin: BvPlugin
// Component: b-media
export declare class BMedia extends BvComponent {}
// Component: b-media-aside
export declare class BMediaAside extends BvComponent {}
// Component: b-media-body
export declare class BMediaBody extends BvComponent {}