Skip to content

Commit 25cfee5

Browse files
Ogg70erikras
authored andcommitted
[typescript] Add typings for isEqual (#50)
1 parent 6aa272c commit 25cfee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export interface RenderableProps<T> {
4545
export interface FieldArrayProps
4646
extends RenderableProps<FieldArrayRenderProps> {
4747
name: string
48+
isEqual?: (a: any, b: any) => boolean
4849
subscription?: FieldSubscription
4950
validate?: (value: any, allValues: object) => any
5051
}

0 commit comments

Comments
 (0)