UNPKG

svooltip

Version:

A basic Svelte tooltip directive. Powered by [Floating UI](https://floating-ui.com/).

5 lines (4 loc) 259 B
import type { Timeout } from './types'; export declare const animate: (add: string, remove: string, tooltip: HTMLElement | null) => Promise<void>; export declare const wait: (time: number, fn: Timeout) => Promise<void>; export declare const ID: () => number;