new react-openapi
This commit is contained in:
11
src/shared-theme/theme-augment.d.ts
vendored
Normal file
11
src/shared-theme/theme-augment.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import "@mui/material/styles";
|
||||
|
||||
declare module "@mui/material/styles" {
|
||||
interface Theme {
|
||||
vars?: Record<string, any>;
|
||||
applyStyles<T>(mode: "light" | "dark", styles: T): T | {};
|
||||
}
|
||||
interface ThemeOptions {
|
||||
vars?: Record<string, any>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user