@material-ui/core
Version:
Quickly build beautiful React apps. Material-UI 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) • 432 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("@material-ui/utils");