-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mui): Enhanced customisation in ThemedLayoutV2 #6502
base: releases/december-2024
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e2532c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
||
/** | ||
* Additional properties for the container box. | ||
* This type includes all properties of BoxProps, including 'sx'. | ||
*/ | ||
containerBoxProps?: BoxProps; | ||
|
||
/** | ||
* Additional properties for the children box. | ||
* This type includes all properties of BoxProps, including 'sx'. | ||
*/ | ||
childrenBoxProps?: BoxProps; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These types should be on @refinedev/mui package because @refinedev/ui-types
packages used by other UI packages and these packages don't use these props.
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
See #6498.
What is the new behavior?
fixes (issue)
Notes for reviewers
I am not sure how to add the tests and where to add the doc, if you could walk me through the process for future contributions that would help.