Module JSX.TextSource

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