4 lines
136 B

export default function _default({ params, setShow }: {
params: any;
setShow: any;
}): import("react/jsx-runtime").JSX.Element;