UNPKG

bootstrap-vue-next

Version:

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

8 lines (7 loc) 296 B
import { Plugin } from 'vue'; import { BootstrapVueOptions, BvnComponents } from '../../types/BootstrapVueOptions'; export declare const createBootstrap: (pluginData?: Readonly<BootstrapVueOptions>) => Plugin; declare module 'vue' { interface GlobalComponents extends BvnComponents { } }