mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 07:22:56 +00:00
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;
|