| 1 | import { describe, expectTypeOf, test } from 'vitest' |
| 2 | import { createRootRoute, createRoute, createRouter, useSearch } from '../src' |
| 3 | import type { Accessor } from 'solid-js' |
| 4 | import type { SearchSchemaInput } from '../src' |
nothing calls this directly
no test coverage detected