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.
18 lines (13 loc) • 418 B
TypeScript
//
// Breadcrumb
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const BreadcrumbPlugin: BvPlugin
// Component: b-breadcrumb
export declare class BBreadcrumb extends BvComponent {}
// Component: b-breadcrumb-item
export declare class BBreadcrumbItem extends BvComponent {}
// Component: b-breadcrumb-link
export declare class BBreadcrumbLink extends BvComponent {}