Module HtmlInputElement.SelectionMode

type t =
| Select
| Start
| End
| Preserve
;
let toString: t => string;