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 d266200 commit 43579e1Copy full SHA for 43579e1
src/generate.tsx
@@ -151,7 +151,7 @@ export interface GenerateConfig<OptionsType extends object[]> {
151
) => OptionsType;
152
/** Check if a value is disabled */
153
isValueDisabled: (value: RawValueType, options: FlattenOptionsType<OptionsType>) => boolean;
154
- warningProps: (props: SelectProps<OptionsType, DefaultValueType>) => void;
+ warningProps: (props: any) => void;
155
fillOptionsWithMissingValue?: (
156
options: OptionsType,
157
value: DefaultValueType,
0 commit comments