UNPKG

511 BJavaScriptView Raw
1import { generateUtilityClass, generateUtilityClasses } from '@mui/base';
2export function getTypographyUtilityClass(slot) {
3 return generateUtilityClass('MuiTypography', slot);
4}
5const typographyClasses = generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
6export default typographyClasses;
\No newline at end of file