UNPKG

bootstrap-vue-3

Version:

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

12 lines (10 loc) 254 B
import type {ContainerPosition} from '../..' import type {ToastInstance} from '../../../components/BToast/plugin' // Props export interface Props { position?: ContainerPosition instance?: ToastInstance // appendToast?: boolean } // Emits // Other