@mui/material
Version:
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
18 lines (17 loc) • 423 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");
;