UNPKG

bootstrap-vue-3

Version:

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

9 lines (8 loc) 236 B
import { DirectiveBinding } from 'vue'; declare const _default: { mounted(el: HTMLElement, binding: DirectiveBinding): void; }; /** * This is not marked as external, but in the future I think it may be */ export default _default;