summaryrefslogtreecommitdiff
path: root/editor/forms/add_page.mli
blob: 97b1d6cfa70084514e04f89dd433737457d587d6 (plain)
1
2
3
4
5
type Events.kind +=
  | AddPage of { title : Jstr.t }

val create
  : unit -> Events.t