({
children,
validator,
fieldErrors,
name,
action,
...formProps
}: {
validator: FormValidator;
fieldErrors?: FieldErrors;
action: (formData: FormData) => void;
} & Omit<ComponentProps<"form">, "method" | "onSubmit">)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected