functional-models
    Preparing search index...

    Type Alias ValuePropertyValidatorComponent<TValue>

    ValuePropertyValidatorComponent: (
        value: TValue,
    ) => ComponentValidationErrorResponse

    A simple property validator that just looks at the value.

    Type Parameters

    Type declaration