mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-02 20:49:24 +00:00
build: config emotion css prop
This commit is contained in:
6
src/types/emotion.ts
Normal file
6
src/types/emotion.ts
Normal 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 {}
|
||||
}
|
||||
Reference in New Issue
Block a user