@mui/material
Version:
Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
19 lines (17 loc) • 424 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "detectScrollType", {
enumerable: true,
get: function () {
return _utils.unstable_detectScrollType;
}
});
Object.defineProperty(exports, "getNormalizedScrollLeft", {
enumerable: true,
get: function () {
return _utils.unstable_getNormalizedScrollLeft;
}
});
var _utils = require("@mui/utils");
;