Module JSX.Text

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