Skip to content

Commit

Permalink
Merge pull request matyunya#257 from gtosh4/select_change
Browse files Browse the repository at this point in the history
Add change event to select
  • Loading branch information
matyunya authored Sep 6, 2021
2 parents ed4382a + d163e2e commit d1fc9ff
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 d1fc9ff

Please sign in to comment.