Здравствуйте, ниже у меня есть следующий код typograohy, который был заменен примерами, но действительно представляет мой код, как вы можете видеть, я должен был вызывать Typography несколько раз, и мне было интересно, есть ли более эффективный способ сделать это?
<Typography className = { classes.titleText } variant="title" >Main Details</Typography><Divider />
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >IExample: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>
<Typography className = { classes.titleText } variant="subheading" >Example: </Typography>