bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 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.
16 lines (12 loc) • 352 B
TypeScript
//
// ListGroup
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const ListGroupPlugin: BvPlugin
export default ListGroupPlugin
// Component: b-list-group
export declare class BListGroup extends BvComponent {}
// Component: b-list-group-item
export declare class BListGroupItem extends BvComponent {}