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

@ -77,6 +77,7 @@ export default class Checkbox extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
change: WindowEventMap["change"];
blur: WindowEventMap["blur"];
},
{ labelText: {} }
> {}

View file

@ -57,6 +57,7 @@ export default class ListBoxField extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
keydown: WindowEventMap["keydown"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
},
{ default: {} }

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 ""