UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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; };