UNPKG

@mui/material

Version:

Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

10 lines (8 loc) 290 B
var warnedOnce = false; // To remove in v6 export default function createStyles(styles) { if (!warnedOnce) { console.warn(['MUI: createStyles from @mui/material/styles is deprecated.', 'Please use @mui/styles/createStyles'].join('\n')); warnedOnce = true; } return styles; }