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