CustomTextEditorProvider.ResolvedEditor
type t = [
| `Promise of Promise.void
| `Unit of Interop.Js.Unit.t
]
val t_to_js : t -> Ojs.t
val t_of_js : Ojs.t -> t