Skip to content

Commit

Permalink
fix: onChange type
Browse files Browse the repository at this point in the history
  • Loading branch information
abder committed Oct 15, 2024
1 parent 94f76c9 commit f0fc854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/select/src/select.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ interface SelectBaseProps
| SelectOptionType[]
| string
| Record<string, any>,
items?: SelectOptionType[],
): void
/**
* Props passed down to Dropdown component
Expand Down

0 comments on commit f0fc854

Please sign in to comment.