var HTMLInputElementSelectionDirectionEnum;
(function (HTMLInputElementSelectionDirectionEnum) {
    HTMLInputElementSelectionDirectionEnum["none"] = "none";
    HTMLInputElementSelectionDirectionEnum["forward"] = "forward";
    HTMLInputElementSelectionDirectionEnum["backward"] = "backward";
})(HTMLInputElementSelectionDirectionEnum || (HTMLInputElementSelectionDirectionEnum = {}));
export default HTMLInputElementSelectionDirectionEnum;
//# sourceMappingURL=HTMLInputElementSelectionDirectionEnum.js.map