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) • 434 B
text/typescript
import { PromiseWithPopover } from '../../types';
export declare const usePopoverController: () => {
popovers: import('vue').Ref<Map<import('../..').ControllerKey, import('../..').PopoverOrchestratorMapValue>>;
popover: (obj: import('../..').OrchestratedPopover) => PromiseWithPopover;
tooltip: (obj: import('../..').OrchestratedTooltip) => PromiseWithPopover;
_isOrchestratorInstalled: import('vue').Ref<boolean>;
};