Skip to content

Commit

Permalink
[material] Fix wrong import to type (#43584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Sep 3, 2024
1 parent 126d425 commit f8b2251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/utils/memoTheme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSInterpolation } from '@mui/styled-engine';
import { CSSInterpolation } from '@mui/system';
import { Theme } from '../styles/createTheme';

type ThemeStyleFunction = (props: { theme: Theme }) => CSSInterpolation;
Expand Down

0 comments on commit f8b2251

Please sign in to comment.