import Avatar from '@mui/joy/Avatar'; import Box from '@mui/joy/Box'; import List from '@mui/joy/List'; import ListDivider from '@mui/joy/ListDivider'; import ListItem from '@mui/joy/ListItem'; import ListItemDecorator from '@mui/joy/ListItemDecorator'; import Typography from '@mui/joy/Typography'; export default function DividedList() { return ( {[undefined, 'gutter', 'startDecorator', 'startContent'].map((inset) => (
{inset ? `inset="${inset}"` : '(default)'} Mabel Boyle Boyd Burt
))}
); }