@untemps/svelte-use-tooltip
Version:
Svelte action to display a tooltip
10 lines (9 loc) • 731 B
TypeScript
export default Tooltip;
declare class Tooltip {
static "__#1@#instances": any[];
static destroy(): void;
constructor(target: any, content: any, contentSelector: any, contentActions: any, containerClassName: any, position: any, animated: any, animationEnterClassName: any, animationLeaveClassName: any, enterDelay: any, leaveDelay: any, onEnter: any, onLeave: any, offset: any, disabled: any);
update(content: any, contentSelector: any, contentActions: any, containerClassName: any, position: any, animated: any, animationEnterClassName: any, animationLeaveClassName: any, enterDelay: any, leaveDelay: any, onEnter: any, onLeave: any, offset: any, disabled: any): void;
destroy(): Promise<void>;
#private;
}