Buckets:
ktongue/docker_container / CAD_kevin /frontend /node_modules /@mui /system /useThemeProps /useThemeProps.js
| ; | |
| 'use client'; | |
| var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| exports.default = useThemeProps; | |
| var _getThemeProps = _interopRequireDefault(require("./getThemeProps")); | |
| var _useTheme = _interopRequireDefault(require("../useTheme")); | |
| function useThemeProps({ | |
| props, | |
| name, | |
| defaultTheme, | |
| themeId | |
| }) { | |
| let theme = (0, _useTheme.default)(defaultTheme); | |
| if (themeId) { | |
| theme = theme[themeId] || theme; | |
| } | |
| const mergedProps = (0, _getThemeProps.default)({ | |
| theme, | |
| name, | |
| props | |
| }); | |
| return mergedProps; | |
| } |
Xet Storage Details
- Size:
- 645 Bytes
- Xet hash:
- 671a9d2c565b95ab50510b680dc5c3ee24cbc899ad266132ae5450f3b10f9b42
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.