Skip to content

Commit

Permalink
Update Select/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dividead authored Jun 25, 2024
1 parent ef47354 commit 21e499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export type SelectProps<T = any> = QAProps &
};

export type SelectOption<T = any> = QAProps &
ControlGroupOption & {
ControlGroupOption<T> & {
text?: string;
data?: T;
};
Expand Down

0 comments on commit 21e499f

Please sign in to comment.