UNPKG

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

28 lines (21 loc) 613 B
// // Nav // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const NavPlugin: BvPlugin // Component: b-nav export declare class BNav extends BvComponent {} // Component: b-nav-form export declare class BNavForm extends BvComponent {} // Component: b-nav-item export declare class BNavItem extends BvComponent {} // Component: b-nav-item-dropdown export declare class BNavItemDropdown extends BvComponent { // Public methods show: () => void hide: (refocus?: boolean) => void } // Component: b-nav-text export declare class BNavText extends BvComponent {}