We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GroupedOptionType
1 parent 1140fbb commit b149b9eCopy full SHA for b149b9e
src/Select/index.tsx
@@ -14,7 +14,7 @@ import { fontSizeFromTheme } from '../styled-utils';
14
15
export type GroupedOptionType = {
16
label: string;
17
- options: BaseOptionType;
+ options: BaseOptionType | DefaultOptionType;
18
};
19
20
export type SelectProps<
0 commit comments