package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module React.SuspenseSource

Sourceval makeProps : ?fallback:element -> ?children:element -> unit -> < fallback : element option ; children : element option > Js.t
Sourceval make : (< fallback : element option ; children : element option > Js.t, element) componentLike