shinitakunai
Results
1
comments of
shinitakunai
I have a workaround by patching the `Box.d.ts` type in @mui/material, @mui/system, and @material-core with `patch-package` and replacing the types with ``` -declare const Box: OverridableComponent; +// declare const Box:...