package universal-portal

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type portal = {
  1. selector : string;
  2. content : React.element;
}
val portalCollectorContext : (portal -> unit) React.Context.t
val make : ?key:string -> children:React.element -> selector:string -> unit -> React.element
OCaml

Innovation. Community. Security.