UNPKG

@material-ui/core

Version:

Quickly build beautiful React apps. Material-UI 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.

17 lines (13 loc) 643 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTableCellUtilityClass = getTableCellUtilityClass; exports.default = void 0; var _unstyled = require("@material-ui/unstyled"); function getTableCellUtilityClass(slot) { return (0, _unstyled.generateUtilityClass)('MuiTableCell', slot); } const tableCellClasses = (0, _unstyled.generateUtilityClasses)('MuiTableCell', ['root', 'head', 'body', 'footer', 'sizeSmall', 'sizeMedium', 'paddingCheckbox', 'paddingNone', 'alignLeft', 'alignCenter', 'alignRight', 'alignJustify', 'stickyHeader']); var _default = tableCellClasses; exports.default = _default;