Skip to content

Instantly share code, notes, and snippets.

@Semigradsky
Created October 11, 2023 19:49
Show Gist options
  • Save Semigradsky/b82b4640a35a196dc535a8c047e7ed4e to your computer and use it in GitHub Desktop.
Save Semigradsky/b82b4640a35a196dc535a8c047e7ed4e to your computer and use it in GitHub Desktop.
declare module "@mui/material/styles/createTheme" {
interface Theme {
foo: string;
}
}
{
"version": "0.0.3",
"name": "mui-theme-extend",
"main": "index.d.ts",
"types": "index.d.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment