@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) • 794 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getLinearProgressUtilityClass = getLinearProgressUtilityClass;
exports.default = void 0;
var _unstyled = require("@material-ui/unstyled");
function getLinearProgressUtilityClass(slot) {
return (0, _unstyled.generateUtilityClass)('MuiLinearProgress', slot);
}
const linearProgressClasses = (0, _unstyled.generateUtilityClasses)('MuiLinearProgress', ['root', 'colorPrimary', 'colorSecondary', 'determinate', 'indeterminate', 'buffer', 'query', 'dashed', 'dashedColorPrimary', 'dashedColorSecondary', 'bar', 'barColorPrimary', 'barColorSecondary', 'bar1Indeterminate', 'bar1Determinate', 'bar1Buffer', 'bar2Indeterminate', 'bar2Buffer']);
var _default = linearProgressClasses;
exports.default = _default;