Skip to content

Commit

Permalink
[material] Fix wrong import to type
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Sep 3, 2024
1 parent bb620d8 commit 8615934
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 8615934

Please sign in to comment.