build: config emotion css prop

This commit is contained in:
rusconn
2022-04-01 09:17:06 +09:00
parent 127c359b5f
commit da187f04e7
5 changed files with 25 additions and 2 deletions

6
src/types/emotion.ts Normal file
View File

@@ -0,0 +1,6 @@
import { Theme as MuiTheme } from "@mui/material/styles";
declare module "@emotion/react" {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Theme extends MuiTheme {}
}