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) • 505 B
text/typescript
export declare const useToastController: () => {
toasts?: import('vue').Ref<import('../..').ToastOrchestratorArrayValue[], import('../..').ToastOrchestratorArrayValue[]> | undefined;
_setIsAppend?: ((value: boolean) => void) | undefined;
show?: ((obj: import('../..').ToastOrchestratorShowParam) => import('../..').ControllerKey) | undefined;
remove?: ((self: import('../..').ControllerKey) => void) | undefined;
leave?: ((self: import('../..').ControllerKey) => void) | undefined;
};