Home > @department-of-veterans-affairs/va-forms-system-core > ValidationFunction
ValidationFunction type
Signature:
export declare type ValidationFunction<T> = (value: T, props: FieldProps<T>) => ValidationFunctionResult<T>;
References: FieldProps, ValidationFunctionResult