MCPcopy Create free account
hub / github.com/untitleduico/react / FormProps

Interface FormProps

components/base/form/hook-form.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { FormProvider, useController, useFormContext } from "react-hook-form";
6
7interface FormProps<TFieldValues extends FieldValues = FieldValues> extends ComponentPropsWithoutRef<typeof AriaForm> {
8 form: UseFormReturn<TFieldValues>;
9 children: ReactNode;
10}
11
12interface FormFieldProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> {
13 name: TName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected