UNPKG

bootstrap-vue-next

Version:

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

6 lines (5 loc) 165 B
import { Directive } from 'vue'; export interface WithToggle extends HTMLElement { __toggle: () => void; } export declare const vBToggle: Directive<WithToggle>;