// @mui import Box, { BoxProps } from '@mui/material/Box'; // ---------------------------------------------------------------------- export default function HeaderShadow({ sx, ...other }: BoxProps) { return ( theme.customShadows.z8, ...sx, }} {...other} /> ); }