Skip to content

Commit b149b9e

Browse files
committed
feat: improve GroupedOptionType
1 parent 1140fbb commit b149b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { fontSizeFromTheme } from '../styled-utils';
1414

1515
export type GroupedOptionType = {
1616
label: string;
17-
options: BaseOptionType;
17+
options: BaseOptionType | DefaultOptionType;
1818
};
1919

2020
export type SelectProps<

0 commit comments

Comments
 (0)