Arrow
type direction =
| Left
| Right
val make : ?key:string -> ?direction:direction -> unit -> React.element