UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

7 lines (6 loc) 125 B
import { Directive } from 'vue'; /** * @external */ declare const BToggle: Directive<HTMLElement>; export default BToggle;