Skip to content

Type Alias: FormWithValidationProps

ts
type FormWithValidationProps = ExtractPublicPropTypes<
  ReturnType<typeof makeFormWithValidationProps>
>;

Props interface for the FormWithValidation component. Extracted from the component's prop factory for type safety.