bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
7 lines (6 loc) • 451 B
text/typescript
export declare const usePopover: () => {
popovers?: import('vue').Ref<Map<symbol, import('../..').PopoverOrchestratorMapValue>, Map<symbol, import('../..').PopoverOrchestratorMapValue>> | undefined;
show?: ((obj: import('../..').PopoverOrchestratorShowParam) => symbol) | undefined;
remove?: ((self: symbol) => void) | undefined;
set?: ((self: symbol, val: Partial<import('../..').PrivateOrchestratedPopover>) => void) | undefined;
};