UNPKG

bootstrap-vue-3

Version:

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

8 lines (7 loc) 198 B
import type { Directive } from 'vue'; /** * * This is not marked as external, but in the future I think it may be */ declare const _default: Directive<HTMLElement, any>; export default _default;