diff --git a/src/components/Select/types.ts b/src/components/Select/types.ts index 0cb6553d2f..9f280fa754 100644 --- a/src/components/Select/types.ts +++ b/src/components/Select/types.ts @@ -128,7 +128,7 @@ export type SelectProps = QAProps & }; export type SelectOption = QAProps & - ControlGroupOption & { + ControlGroupOption & { text?: string; data?: T; };