Form ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Parameters props : FormProps & RefAttributes < HTMLFormElement > Returns ReactElement < any , string | JSXElementConstructor < any > > Defined in common/temp/node_modules/.pnpm/react-router-dom@6.23.1_react-dom@18.3.1+react@18.3.1/node_modules/react-router-dom/dist/index.d.ts:189 Properties Readonly $$typeof $$typeof : symbol
Defined in common/temp/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/ts5.0/index.d.ts:637 Optional default Props default Props ?: Partial < FormProps & RefAttributes < HTMLFormElement > > Defined in common/temp/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/ts5.0/index.d.ts:1569 Optional display Name display Name ?: string
Defined in common/temp/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/ts5.0/index.d.ts:653 Optional prop Types prop Types ?: WeakValidationMap < FormProps & RefAttributes < HTMLFormElement > > Defined in common/temp/node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/ts5.0/index.d.ts:1570
A
@remix-run/router-aware<form>. It behaves like a normal form except that the interaction with the server is withfetchinstead of new document requests, allowing components to add nicer UX to the page as the form is submitted and returns with data.