| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { formOptions } from '@tanstack/form-core' |
| 3 | import { createFormHook, createFormHookContexts } from '../src' |
| 4 | import type { JSX } from 'solid-js/jsx-runtime' |
nothing calls this directly
no test coverage detected