Skip to content

Commit 590b0f3

Browse files
authored
1 parent c71d656 commit 590b0f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ declare module '@rjsf/core' {
111111
onBlur: (id: string, value: boolean | number | string | null) => void;
112112
onFocus: (id: string, value: boolean | number | string | null) => void;
113113
label: string;
114-
type: string;
115114
multiple: boolean;
116115
rawErrors: string[];
117116
}

0 commit comments

Comments
 (0)