Skip to content

Commit 9424f37

Browse files
cinemasterNakamoto, Kota | Nakkan | BDD
and
Nakamoto, Kota | Nakkan | BDD
authored
Fix type definition (#108)
Co-authored-by: Nakamoto, Kota | Nakkan | BDD <[email protected]>
1 parent 132c9fc commit 9424f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface RenderableProps<T> {
4444
}
4545

4646
export interface UseFieldArrayConfig<FieldValue>
47-
extends UseFieldConfig<FieldValue> {
47+
extends UseFieldConfig<FieldValue[]> {
4848
isEqual?: (a: any[], b: any[]) => boolean
4949
}
5050

0 commit comments

Comments
 (0)