Buckets:
ktongue/docker_container / CAD_kevin /frontend /node_modules /@mui /utils /appendOwnerState /appendOwnerState.js
| ; | |
| var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| exports.default = void 0; | |
| var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); | |
| var _isHostComponent = _interopRequireDefault(require("../isHostComponent")); | |
| /** | |
| * Type of the ownerState based on the type of an element it applies to. | |
| * This resolves to the provided OwnerState for React components and `undefined` for host components. | |
| * Falls back to `OwnerState | undefined` when the exact type can't be determined in development time. | |
| */ | |
| /** | |
| * Appends the ownerState object to the props, merging with the existing one if necessary. | |
| * | |
| * @param elementType Type of the element that owns the `existingProps`. If the element is a DOM node or undefined, `ownerState` is not applied. | |
| * @param otherProps Props of the element. | |
| * @param ownerState | |
| */ | |
| function appendOwnerState(elementType, otherProps, ownerState) { | |
| if (elementType === undefined || (0, _isHostComponent.default)(elementType)) { | |
| return otherProps; | |
| } | |
| return (0, _extends2.default)({}, otherProps, { | |
| ownerState: (0, _extends2.default)({}, otherProps.ownerState, ownerState) | |
| }); | |
| } | |
| var _default = exports.default = appendOwnerState; |
Xet Storage Details
- Size:
- 1.31 kB
- Xet hash:
- 09ba585e1a4c06bc431f879c1fdcf8420a451228cb4f45e3712fa515d2c1a601
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.