mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-18 04:59:23 +00:00
lib: add and config mui
This commit is contained in:
3
src/data/emotion.ts
Normal file
3
src/data/emotion.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import createCache from "@emotion/cache";
|
||||
|
||||
export const cache = createCache({ key: "css", prepend: true });
|
||||
2
src/data/index.ts
Normal file
2
src/data/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * as emotion from "./emotion";
|
||||
export * as mui from "./mui";
|
||||
3
src/data/mui.ts
Normal file
3
src/data/mui.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createTheme } from "@mui/material";
|
||||
|
||||
export const theme = createTheme();
|
||||
Reference in New Issue
Block a user