Skip to content

Commit b9c4c55

Browse files
committed
Update generated types
1 parent bc09462 commit b9c4c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generatedTypes/src/incubator/TextField/useFieldState.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export default function useFieldState({ validate, validationMessage, validateOnB
2828
isFocused: boolean;
2929
failingValidatorIndex: number | undefined;
3030
};
31-
validateField: (valueToValidate?: any) => void;
31+
validateField: (valueToValidate?: any) => boolean;
3232
};

0 commit comments

Comments
 (0)