UNPKG

bootstrap-vue-next

Version:

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

8 lines (7 loc) 426 B
export declare const useToast: () => { toasts?: import('vue').Ref<import('../..').ToastOrchestratorArrayValue[], import('../..').ToastOrchestratorArrayValue[]> | undefined; _setIsAppend?: ((value: boolean) => void) | undefined; show?: ((obj: import('../..').ToastOrchestratorShowParam) => symbol) | undefined; remove?: ((self: symbol) => void) | undefined; leave?: ((self: symbol) => void) | undefined; };