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 useTooltip: () => {
tooltips?: import('vue').Ref<Map<symbol, import('../..').TooltipOrchestratorMapValue>, Map<symbol, import('../..').TooltipOrchestratorMapValue>> | undefined;
show?: ((obj: import('../..').TooltipOrchestratorShowParam) => symbol) | undefined;
remove?: ((self: symbol) => void) | undefined;
set?: ((self: symbol, val: Partial<import('../..').PrivateOrchestratedTooltip>) => void) | undefined;
};