mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 17:04:56 +05:30
9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
import '@mui/material/styles';
|
|
|
|
declare module '@mui/material/styles' {
|
|
interface TypeBackground {
|
|
hover?: string;
|
|
lightSecondary?: string;
|
|
darkSecondary?: string;
|
|
}
|
|
}
|