// @mui import Stack from '@mui/material/Stack'; import Skeleton from '@mui/material/Skeleton'; import TableCell from '@mui/material/TableCell'; import TableRow, { TableRowProps } from '@mui/material/TableRow'; // ---------------------------------------------------------------------- export default function TableSkeleton({ ...other }: TableRowProps) { return ( ); }