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.

17 lines (13 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; exports.getFabUtilityClass = getFabUtilityClass; var _base = require("@mui/base"); function getFabUtilityClass(slot) { return (0, _base.generateUtilityClass)('MuiFab', slot); } const fabClasses = (0, _base.generateUtilityClasses)('MuiFab', ['root', 'primary', 'secondary', 'extended', 'circular', 'focusVisible', 'disabled', 'colorInherit', 'sizeSmall', 'sizeMedium', 'sizeLarge']); var _default = fabClasses; exports.default = _default;