Module Eliom_react.S.Down

module Down: sig .. end

type 'a t 

The abstract type of down signals.

val of_react : ?scope:[< Eliom_comet.Channel.comet_scope ] ->
?throttling:float -> ?name:string -> 'a React.S.t -> 'a t