"header" parsing

This commit is contained in:
cqc
2024-02-16 18:23:15 -06:00
parent e2a574d215
commit faa945f65c
6 changed files with 89 additions and 26 deletions

View File

@ -1,11 +1,4 @@
open Js_of_ocaml
open Store
val run :
(container:
(* storeview:S.tree Lwt.t ->*)
Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ->
textbox:Js_of_ocaml.Dom_html.textAreaElement Js_of_ocaml.Js.t ->
unit) ->
unit ->
unit
val run : output:Dom_html.element Js.t -> unit -> unit