UNPKG

@mui/x-internals

Version:

Utility functions for the MUI X packages (internal use only).

12 lines (11 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isObjectEmpty", { enumerable: true, get: function () { return _isObjectEmpty.isObjectEmpty; } }); var _isObjectEmpty = require("./isObjectEmpty");