This commit is contained in:
Eric Y Liu 2021-06-27 08:50:34 -07:00
commit 913186ef9c
8 changed files with 45 additions and 6 deletions

View file

@ -2,7 +2,7 @@
import { SvelteComponentTyped } from "svelte";
export interface TooltipDefinitionProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["span"]> {
/**
* Specify the tooltip text
* @default ""