JSX.Text
type t = {
value : string;
raw : string;
}
val pp : Format.formatter -> t -> unit
val show : t -> string