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