mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-09 17:19:33 +02:00
10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
import '@mui/material/styles';
|
|
|
|
declare module '@mui/material/styles' {
|
|
interface TypeBackground {
|
|
hover?: string;
|
|
lightSecondary?: string;
|
|
darkSecondary?: string;
|
|
}
|
|
}
|