bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
15 lines (14 loc) • 1.17 kB
text/typescript
import { BModalOrchestratorProps } from '../../types/ComponentProps';
declare const _default: import('vue').DefineComponent<BModalOrchestratorProps, {
hide: (trigger?: string) => void;
hideAll: (trigger?: string) => void;
modals?: import('vue').Ref<Map<import('../..').ControllerKey, import('../..').ModalOrchestratorMapValue>, Map<import('../..').ControllerKey, import('../..').ModalOrchestratorMapValue>> | undefined;
show?: ((obj: import('../..').ModalOrchestratorShowParam) => Promise<boolean | null>) | undefined;
confirm?: ((obj: import('../..').ModalOrchestratorShowParam) => Promise<boolean | null>) | undefined;
remove?: ((self: import('../..').ControllerKey) => void) | undefined;
leave?: ((self: import('../..').ControllerKey) => void) | undefined;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BModalOrchestratorProps> & Readonly<{}>, {
teleportDisabled: boolean;
teleportTo: string | import('vue').RendererElement | null;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;