@mui/material
Version:
React components that implement Google's Material Design.
9 lines (8 loc) • 413 B
TypeScript
/**
* Caution! this module must not include unstyled components import from `@mui/base`, otherwise, it will break the ClassNameGenerator.
* ❌ import { ... } from '@mui/base';
* ✅ import { ... } from '@mui/base/utils'; // must be specific base module
*
* Issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401
*/
export { unstable_ClassNameGenerator } from '@mui/base/className';