UNPKG

bootstrap-vue-next

Version:

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

4 lines (3 loc) 155 B
import { Directive } from 'vue'; import { ElementWithPopper } from '../../utils/floatingUi'; export declare const vBTooltip: Directive<ElementWithPopper>;