/**
 * Props for `mapToHookFormErrors`. Also used by the hooks.
 */
type ErrorMapperProps = {
	joinBy?: string;
};

export type { ErrorMapperProps as E };
