1
0
Fork 0
react-playground/node_modules/@mui/x-internals/throttle/index.js
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

16 lines
No EOL
418 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _throttle = require("./throttle");
Object.keys(_throttle).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _throttle[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _throttle[key];
}
});
});