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