UNPKG

svooltip

Version:

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

3 lines (2 loc) 107 B
import type { Props } from './types'; export declare const DEFAULTS: Omit<Props, 'onMount' | 'onDestroy'>;