Migrate to tsgo

This commit is contained in:
schroda
2026-03-10 01:34:36 +01:00
parent c6343e24a5
commit d8673e2307
6 changed files with 60 additions and 3 deletions

View File

@@ -12,4 +12,11 @@ declare module '@mui/material/styles' {
interface CssThemeVariables {
enabled: true;
}
// Re-exported here because MUI doesn't include PaletteBackgroundChannel in its public API surface.
// Defined in @mui/material/esm/styles/createThemeFoundation.d.ts
export interface PaletteBackgroundChannel {
defaultChannel: string;
paperChannel: string;
}
}