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
20 lines (15 loc) • 474 B
TypeScript
//
// Navbar
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const NavbarPlugin: BvPlugin
// Component: b-navbar
export declare class BNavbar extends BvComponent {}
// Component: b-navbar-brand
export declare class BNavbarBrand extends BvComponent {}
// Component: b-navbar-nav
export declare class BNavbarNav extends BvComponent {}
// Component: b-navbar-toggle
export declare class BNavbarToggle extends BvComponent {}