7 lines
257 B
JavaScript
7 lines
257 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.RemoveScroll = void 0;
|
|
var tslib_1 = require("tslib");
|
|
var Combination_1 = tslib_1.__importDefault(require("./Combination"));
|
|
exports.RemoveScroll = Combination_1.default;
|