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 32717c7 commit aa5a73aCopy full SHA for aa5a73a
packages/core/index.d.ts
@@ -106,7 +106,7 @@ declare module '@rjsf/core' {
106
readonly: boolean;
107
autofocus: boolean;
108
onChange: (value: any) => void;
109
- options: { [key: string]: boolean | number | string | object | null };
+ options: NonNullable<UiSchema['ui:options']>;
110
formContext: any;
111
onBlur: (id: string, value: boolean | number | string | null) => void;
112
onFocus: (id: string, value: boolean | number | string | null) => void;
0 commit comments