svelte-pops
Typescript
Tooltip Types

TooltipElement

The type of element you get when using bind:this on a Tooltip component

typescript
import type { TooltipElement } from 'svelte-pops'

TooltipProps

More about props in the dedicated section.

typescript
import type { TooltipProps } from 'svelte-pops'

TooltipRemote

Remote attached to a tooltip component.

typescript
import type { TooltipRemote } from 'svelte-pops'