Skip to content

Commit

Permalink
Add change event to select
Browse files Browse the repository at this point in the history
  • Loading branch information
gtosh4 committed Aug 17, 2021
1 parent 7dcafaf commit d163e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Select/Select.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ declare const _SelectProps: {
} & SvelteAllProps;
declare const _SelectEvents: {
click: any;
change: any;
};
declare const _SelectSlots: {
select: {};
Expand Down

0 comments on commit d163e2e

Please sign in to comment.