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.
21 lines (15 loc) • 447 B
TypeScript
//
// Layout
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const LayoutPlugin: BvPlugin
// Component: b-container
export declare class BContainer extends BvComponent {}
// Component: b-row
export declare class BRow extends BvComponent {}
// Component: b-container
export declare class BCol extends BvComponent {}
// Component: b-form-row
export declare class BFormRow extends BvComponent {}