Module Vscode.TextEditorCursorStyle

type t =
  1. | Line
  2. | Block
  3. | Underline
  4. | LineThin
  5. | BlockOutline
  6. | UnderlineThin
include Interop.Js.T with type t := t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t