index.js 257 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.RemoveScroll = void 0;
  4. var tslib_1 = require("tslib");
  5. var Combination_1 = tslib_1.__importDefault(require("./Combination"));
  6. exports.RemoveScroll = Combination_1.default;