"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HTMLInputElementSelectionModeEnum; (function (HTMLInputElementSelectionModeEnum) { HTMLInputElementSelectionModeEnum["preserve"] = "preserve"; HTMLInputElementSelectionModeEnum["select"] = "select"; HTMLInputElementSelectionModeEnum["start"] = "start"; HTMLInputElementSelectionModeEnum["end"] = "end"; })(HTMLInputElementSelectionModeEnum || (HTMLInputElementSelectionModeEnum = {})); exports.default = HTMLInputElementSelectionModeEnum; //# sourceMappingURL=HTMLInputElementSelectionModeEnum.cjs.map