Jesus sucks
This commit is contained in:
15
backend/frontend/node_modules/@mui/material/legacy/styles/useThemeProps.js
generated
vendored
Normal file
15
backend/frontend/node_modules/@mui/material/legacy/styles/useThemeProps.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
'use client';
|
||||
|
||||
import systemUseThemeProps from '@mui/system/useThemeProps';
|
||||
import defaultTheme from './defaultTheme';
|
||||
import THEME_ID from './identifier';
|
||||
export default function useThemeProps(_ref) {
|
||||
var props = _ref.props,
|
||||
name = _ref.name;
|
||||
return systemUseThemeProps({
|
||||
props: props,
|
||||
name: name,
|
||||
defaultTheme: defaultTheme,
|
||||
themeId: THEME_ID
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user