import { Typography } from '@mui/material' interface Props { title: string } const PurchaseDetailHeader = ({ title }: Props) => { return (