UNPKG

@next-safe-action/adapter-react-hook-form

Version:

This adapter offers a way to seamlessly integrate next-safe-action with react-hook-form.

9 lines (7 loc) 155 B
/** * Props for `mapToHookFormErrors`. Also used by the hooks. */ type ErrorMapperProps = { joinBy?: string; }; export type { ErrorMapperProps as E };