We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3806960 commit 0bd66daCopy full SHA for 0bd66da
types/Select/Select.svelte.d.ts
@@ -125,7 +125,8 @@ export default class Select<
125
> extends SvelteComponentTyped<
126
SelectProps<Value>,
127
{
128
- /** The selected value. */ update: CustomEvent<Value>;
+ /** The selected value. */
129
+ update: CustomEvent<Value>;
130
change: WindowEventMap["change"];
131
input: WindowEventMap["input"];
132
focus: WindowEventMap["focus"];
0 commit comments