diff --git a/src/components/Select/Select.d.ts b/src/components/Select/Select.d.ts index 07ec26b..549f14f 100644 --- a/src/components/Select/Select.d.ts +++ b/src/components/Select/Select.d.ts @@ -115,6 +115,7 @@ declare const _SelectProps: { } & SvelteAllProps; declare const _SelectEvents: { click: any; + change: any; }; declare const _SelectSlots: { select: {};