UNPKG

bootstrap-vue

Version:

BootstrapVue, with more than 85 custom components, over 45 plugins, several 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 W

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 {}