UNPKG

bootstrap-vue-next

Version:

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

9 lines (8 loc) 452 B
import { PromiseWithToast } from '../../types/ComponentOrchestratorTypes'; export declare const useToastController: () => { toasts: import('vue').Ref<import('../..').ToastOrchestratorArrayValue[]>; _isAppend: import('vue').Ref<boolean>; _isOrchestratorInstalled: import('vue').Ref<boolean>; create: (obj: import('../..').OrchestratedToast) => PromiseWithToast; show: (obj: import('../..').OrchestratedToast) => PromiseWithToast; };