UNPKG

@mui/x-internals

Version:

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

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