UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

17 lines (13 loc) 686 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; exports.getTypographyUtilityClass = getTypographyUtilityClass; var _base = require("@mui/base"); function getTypographyUtilityClass(slot) { return (0, _base.generateUtilityClass)('MuiTypography', slot); } const typographyClasses = (0, _base.generateUtilityClasses)('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']); var _default = typographyClasses; exports.default = _default;