Skip to content

Type Alias: FormWithValidationSlots

ts
type FormWithValidationSlots = SlotsType<{
  default: (
    props: FormWithValidationDefaultSlotProps,
    display: ScopedDisplayProps,
  ) => any;
}>;

Slot definitions for the FormWithValidation component. Default slot receives validation props and scoped display utilities.