bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
11 lines (10 loc) • 873 B
text/typescript
declare const _default: import('vue').DefineComponent<import('../../types/CommonTypes').TeleporterProps, {
popovers: import('vue').Ref<Map<import('../..').ControllerKey, import('../..').PopoverOrchestratorMapValue>>;
popover: (obj: import('../..').OrchestratedPopover) => import('../..').PromiseWithPopover;
tooltip: (obj: import('../..').OrchestratedTooltip) => import('../..').PromiseWithPopover;
_isOrchestratorInstalled: import('vue').Ref<boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../types/CommonTypes').TeleporterProps> & Readonly<{}>, {
teleportDisabled: boolean;
teleportTo: string | import('vue').RendererElement | null;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;