MCPcopy
hub / github.com/final-form/final-form / FormValues

Interface FormValues

src/index.test.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4describe("TypeScript types", () => {
5 test("form creation and submission", () => {
6 interface FormValues {
7 foo: string;
8 bar?: number;
9 }
10
11 const onSubmit = jest.fn((values: FormValues) => {
12 // Verify the submitted values have the correct type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…