react-with-validation export type ValidationChangeEvent<F, T = HTMLInputElement> = React.ChangeEvent<T & { name: keyof F }>;