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 f9719f2 commit 7327701Copy full SHA for 7327701
src/index.d.ts
@@ -10,6 +10,7 @@ export interface FieldArrayRenderProps {
10
insert: (index: number, value: any) => void
11
map: (iterator: (name: string, index: number) => any) => any[]
12
move: (from: number, to: number) => void
13
+ update: (index: number, value: any) => void
14
name: string
15
pop: () => any
16
push: (value: any) => void
0 commit comments