docs: add dispatched event details

Brought in part by sveld 0.18
This commit is contained in:
Enrico Sacchetti 2022-12-12 15:21:54 -05:00
commit 1627fa023f
5 changed files with 38 additions and 9 deletions

View file

@ -109,7 +109,7 @@ export interface SelectProps
export default class Select extends SvelteComponentTyped<
SelectProps,
{
update: CustomEvent<string | number>;
/** The selected value. */ update: CustomEvent<string | number>;
change: WindowEventMap["change"];
input: WindowEventMap["input"];
focus: WindowEventMap["focus"];