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.

15 lines (11 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _base = require("@mui/base"); const shouldSpreadAdditionalProps = Slot => { return !Slot || !(0, _base.isHostComponent)(Slot); }; var _default = shouldSpreadAdditionalProps; exports.default = _default;