Skip to content

Commit eabcdb5

Browse files
ElvinraAlmouro
authored andcommitted
fix(typescript): RN Typescript - fix type withErrorProps (#111)
1 parent 21b56cb commit eabcdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface withInputTypePropsProps {
1313
}
1414

1515
export interface withErrorProps {
16-
name: string;
16+
error: string;
1717
}
1818

1919
export interface withTouchedProps {

0 commit comments

Comments
 (0)