import type { Components } from '@mui/material/styles'; import type { Theme } from '../types'; export const MuiLink = { defaultProps: { underline: 'hover' } } satisfies Components['MuiLink'];