UNPKG

bootstrap-vue-3

Version:

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

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