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

Interface FormValues2

src/index.test.ts:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157 test("form with different types", () => {
158 interface FormValues2 {
159 a: string;
160 b: boolean;
161 c: number;
162 }
163
164 const initialValues: Config<FormValues2>["initialValues"] = {
165 a: "a",

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…