package virtual_dom

  1. Overview
  2. Docs

Module type Ui_event.SSource

type action
type t = private ..
type t +=
  1. | C : action -> t
val inject : action -> t