Recipe-app main
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user