8 lines
285 B

export default function _default({ params, fieldProps, formItemProps, title, action, ...props }: {
[x: string]: any;
params?: {} | undefined;
fieldProps?: {} | undefined;
formItemProps: any;
title: any;
action: any;
}): import("react/jsx-runtime").JSX.Element;