Module App.Title

type item = {
  1. label : string;
}
module Menu : sig ... end
val make : ?key:string -> unit -> React.element