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/components/TooltipDirective.vue.d.ts
declare const _default: import("vue").DefineComponent<{
    theme: {
        type: StringConstructor;
        default: string;
    };
    html: {
        type: BooleanConstructor;
        default: (props: any) => any;
    };
    content: {
        type: (StringConstructor | FunctionConstructor | NumberConstructor)[];
        default: any;
    };
    loadingContent: {
        type: StringConstructor;
        default: (props: any) => any;
    };
    targetNodes: {
        type: FunctionConstructor;
        required: true;
    };
}, unknown, {
    asyncContent: string;
}, {
    isContentAsync(): boolean;
    loading(): boolean;
    finalContent(): string;
}, {
    fetchContent(force: boolean): void;
    onResult(fetchId: any, result: any): void;
    onShow(): void;
    onHide(): void;
}, {
    methods: {
        show(...args: any[]): any;
        hide(...args: any[]): any;
        dispose(...args: any[]): any;
        onResize(...args: any[]): any;
    };
}, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    theme: {
        type: StringConstructor;
        default: string;
    };
    html: {
        type: BooleanConstructor;
        default: (props: any) => any;
    };
    content: {
        type: (StringConstructor | FunctionConstructor | NumberConstructor)[];
        default: any;
    };
    loadingContent: {
        type: StringConstructor;
        default: (props: any) => any;
    };
    targetNodes: {
        type: FunctionConstructor;
        required: true;
    };
}>>, {
    theme: string;
    html: boolean;
    content: string | number | Function;
    loadingContent: string;
}, {}>;
export default _default;