universal-portal.shared_native
UniversalPortal_Shared
universal-portal.server
universal-portal.shared_js
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 = {
selector : string;
content : React.element;
}
val portalCollectorContext : (portal -> unit) React.Context.t
module Portal : sig ... end