UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

6 lines (5 loc) 333 B
import { MaybeRef, MaybeRefOrGetter } from 'vue'; export declare const useManualTransition: (el: MaybeRef<HTMLElement | null>, classEnter: MaybeRefOrGetter<string | string[]>, classLeave: MaybeRefOrGetter<string | string[]>) => { startTransition: (onEnd?: () => void) => void; endTransition: (onEnd?: () => void) => void; };