Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 26, 2024
1 parent db47a7a commit 922ef7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/custom-select-control-v2/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export type _CustomSelectProps = CustomSelectButtonProps & {
};

export type CustomSelectProps = _CustomSelectProps &
// TODO: is it necessary to pass CustomSelectButtonProps, since
// they are already part of _CustomSelectProps?
CustomSelectButtonProps &
CustomSelectSize;

Expand Down

0 comments on commit 922ef7f

Please sign in to comment.