paradiego
This commit is contained in:
3
node_modules/@mui/material/modern/styles/rootShouldForwardProp.js
generated
vendored
Normal file
3
node_modules/@mui/material/modern/styles/rootShouldForwardProp.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import slotShouldForwardProp from "./slotShouldForwardProp.js";
|
||||
const rootShouldForwardProp = prop => slotShouldForwardProp(prop) && prop !== 'classes';
|
||||
export default rootShouldForwardProp;
|
||||
Reference in New Issue
Block a user