UNPKG

bootstrap-vue-3

Version:

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

6 lines (5 loc) 157 B
import { DirectiveBinding } from 'vue'; declare const _default: { mounted(el: HTMLElement, binding: DirectiveBinding): void; }; export default _default;