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
39 lines (27 loc) • 963 B
TypeScript
//
// Card
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const CardPlugin: BvPlugin
// Component: b-card
export declare class BCard extends BvComponent {}
// Component: b-card-header
export declare class BCardHeader extends BvComponent {}
// Component: b-card-footer
export declare class BCardFooter extends BvComponent {}
// Component: b-card-body
export declare class BCardBody extends BvComponent {}
// Component: b-card-title
export declare class BCardTitle extends BvComponent {}
// Component: b-card-sub-title
export declare class BCardSubTitle extends BvComponent {}
// Component: b-card-img
export declare class BCardImg extends BvComponent {}
// Component: b-card-img-lazy
export declare class BCardImgLazy extends BvComponent {}
// Component: b-card-text
export declare class BCardText extends BvComponent {}
// Component: b-card-group
export declare class BCardGroup extends BvComponent {}