There was an error while loading. Please reload this page.
1 parent c71d656 commit 590b0f3Copy full SHA for 590b0f3
packages/core/index.d.ts
@@ -111,7 +111,6 @@ declare module '@rjsf/core' {
111
onBlur: (id: string, value: boolean | number | string | null) => void;
112
onFocus: (id: string, value: boolean | number | string | null) => void;
113
label: string;
114
- type: string;
115
multiple: boolean;
116
rawErrors: string[];
117
}
0 commit comments