10 lines
117 B
TypeScript
Raw Normal View History

2024-02-18 01:44:48 -05:00
export default {
MuiLink: {
styleOverrides: {
root: {
textDecoration: 'none'
}
}
}
}