UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

7 lines (6 loc) 284 B
import { Plugin } from 'vue'; /** * This plugin is essential for the bootstrap-vue-next to function. `createBootstrap` calls this for you, * but if you are not using `createBootstrap`, you will need to manually install this plugin. */ export declare const bootstrapPlugin: Plugin;