Skip to content

API Reference / @gtkx/forms / ValidationRule

Type Alias: ValidationRule<TValidationValue>

ValidationRule<TValidationValue> = TValidationValue | ValidationValueMessage<TValidationValue>

Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/validator.d.ts:7

Type Parameters

TValidationValue

TValidationValue extends ValidationValue = ValidationValue

Released under the MPL-2.0 License.