Skip to content

Commit 247807e

Browse files
committed
chore(types): regenerate TypeScript definitions
1 parent 4f30e1f commit 247807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/Select/Select.svelte.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ export default class Select<
125125
> extends SvelteComponentTyped<
126126
SelectProps<Value>,
127127
{
128-
/** The selected value. */ update: CustomEvent<Value>;
128+
/** The selected value. */
129+
update: CustomEvent<Value>;
129130
change: WindowEventMap["change"];
130131
input: WindowEventMap["input"];
131132
focus: WindowEventMap["focus"];

0 commit comments

Comments
 (0)