package universal-portal

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type element
type nodeList
type document
val document : document
val querySelectorAll : string -> nodeList
val slice : nodeList -> element array
val remove : element -> unit
val removeServerPortals : unit -> unit
val isClient : unit -> 'a
val canUseDom : unit -> bool
type portal = {
  1. selector : string;
  2. content : React.element;
}
val portalCollectorContext : (portal -> unit) React.Context.t
module Portal : sig ... end
OCaml

Innovation. Community. Security.