HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/floating-vue/dist/directives/v-tooltip.d.ts
import { Ref } from 'vue';
/**
 * Support placement as directive modifier
 */
export declare function getPlacement(options: any, modifiers: any): any;
export declare function getOptions(el: any, value: any, modifiers: any): any;
export declare function createTooltip(el: any, value: any, modifiers: any): {
    options: any;
    item: {
        id: number;
        options: any;
        shown: Ref<boolean>;
    };
    show(): void;
    hide(): void;
};
export declare function destroyTooltip(el: any): void;
export declare function bind(el: any, { value, modifiers }: {
    value: any;
    modifiers: any;
}): void;
declare const _default: {
    beforeMount: typeof bind;
    updated: typeof bind;
    beforeUnmount(el: any): void;
};
export default _default;