The MUI Grid Component has the breakpoint properti...
# react
f
The MUI Grid Component has the breakpoint properties “xs”, “lg, “md”. After upgrading to newer Version of kotlin-wrappers,, I am not able to use it anymore and they are missing in
GridProps
. Is there a new way of using it?
t
cc @aerialist
a
Hello @Florent Martin, you now you should write an extension on your side Here is an example from my project - https://github.com/karakum-team/kotlin-mui-showcase/blob/4d6598016c9898cceb0d3fe65[…]b2dff1d/src/jsMain/kotlin/team/karakum/common/MissedWrappers.kt Also there is an issue for improving MUI declarations - https://github.com/JetBrains/kotlin-wrappers/issues/1103
f
@aerialist Thank you, i’ll give it a try