UNPKG

bootstrap-vue-3

Version:

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

13 lines (10 loc) 199 B
import type {TransitionMode} from '../..' // Props export interface Props { appear?: boolean mode?: TransitionMode noFade?: boolean transProps?: Record<string, unknown> } // Emits // Other