Module JSX.Text

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