UNPKG

next

Version:

The React Framework

4 lines (3 loc) 231 B
import { type FormProps } from '../form-shared'; export type { FormProps }; export default function Form({ replace, scroll, prefetch: prefetchProp, ref: externalRef, ...props }: FormProps): import("react/jsx-runtime").JSX.Element;