Skip to content

Commit

Permalink
Update power-select.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored Feb 20, 2024
1 parent 084fbea commit 85f0f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ember-power-select/components/power-select.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ declare module 'ember-power-select/components/power-select' {
noMatchesMessage?: string;
noMatchesMessageComponent?: SafeComponentStringOrComponent;
onBlur?: (select: Select, event: FocusEvent) => void;
onChange: (selection: O, select: Select, event?: Event) => void;
onChange: (selection: O, select?: Select, event?: Event) => void;
onClose?: (select: Select, e: Event) => boolean | undefined;
onFocus?: (select: Select, event: FocusEvent) => void;
onInput?: (term: string, select: Select, e: Event) => string | false | void;
Expand Down

0 comments on commit 85f0f8e

Please sign in to comment.