SYMBOL INDEX (27 symbols across 7 files) FILE: src/hook/index.tsx type SubmitFunctionOptions (line 38) | type SubmitFunctionOptions = Parameters[1]; type UseRemixFormOptions (line 40) | interface UseRemixFormOptions< method isDirty (line 148) | get isDirty() { method isLoading (line 151) | get isLoading() { method isSubmitted (line 154) | get isSubmitted() { method isSubmitSuccessful (line 157) | get isSubmitSuccessful() { method isSubmitting (line 160) | get isSubmitting() { method isValidating (line 163) | get isValidating() { method isValid (line 166) | get isValid() { method disabled (line 169) | get disabled() { method submitCount (line 172) | get submitCount() { method defaultValues (line 175) | get defaultValues() { method dirtyFields (line 178) | get dirtyFields() { method touchedFields (line 181) | get touchedFields() { method validatingFields (line 184) | get validatingFields() { method errors (line 187) | get errors() { type UseRemixFormReturn (line 262) | type UseRemixFormReturn< type RemixFormProviderProps (line 272) | interface RemixFormProviderProps< FILE: src/middleware/index.ts function unstable_extractFormDataMiddleware (line 15) | function unstable_extractFormDataMiddleware({ FILE: src/utilities/index.ts type ReturnData (line 108) | type ReturnData< FILE: test-apps/react-router/app/root.tsx function Layout (line 31) | function Layout({ children }: { children: React.ReactNode }) { function App (line 49) | function App() { function ErrorBoundary (line 55) | function ErrorBoundary({ error }: Route.ErrorBoundaryProps) { FILE: test-apps/react-router/app/routes/home.tsx type FormData (line 39) | type FormData = z.infer; function Index (line 65) | function Index() { FILE: test-apps/react-router/app/welcome/welcome.tsx function Welcome (line 4) | function Welcome() { FILE: test-apps/react-router/react-router.config.ts type Future (line 4) | interface Future {