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.
1 parent b7200c4 commit a4b8691Copy full SHA for a4b8691
src/Select/index.tsx
@@ -15,7 +15,7 @@ import { fontSizeFromTheme } from '../styled-utils';
15
/** As described in https://4x.ant.design/components/select/#components-select-demo-optgroup. */
16
export type GroupedOptionType = {
17
label: string;
18
- options: DefaultOptionType;
+ options: Array<DefaultOptionType>;
19
};
20
21
export type { DefaultOptionType } from 'antd/lib/select';
0 commit comments