import { Typography } from "@mui/material"; const EditPage: React.FC = () => { return ( <Edit title={<Typography variant="h5">Custom Title</Typography>} >
確定! 回上一頁