|
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- var HTMLInputElementSelectionDirectionEnum;
- (function (HTMLInputElementSelectionDirectionEnum) {
- HTMLInputElementSelectionDirectionEnum["none"] = "none";
- HTMLInputElementSelectionDirectionEnum["forward"] = "forward";
- HTMLInputElementSelectionDirectionEnum["backward"] = "backward";
- })(HTMLInputElementSelectionDirectionEnum || (HTMLInputElementSelectionDirectionEnum = {}));
- exports.default = HTMLInputElementSelectionDirectionEnum;
- //# sourceMappingURL=HTMLInputElementSelectionDirectionEnum.js.map
|