diff --git a/enums/Status.html b/enums/Status.html index 9bcfde21..21023c29 100644 --- a/enums/Status.html +++ b/enums/Status.html @@ -16,7 +16,7 @@
  • Status
  • Enumeration Status

    +
  • Defined in index.tsx:20
  • @@ -34,17 +34,17 @@

    Enumeration Members

    FAILURE: "FAILURE"
    +
  • Defined in index.tsx:22
  • LOADING: "LOADING"
    +
  • Defined in index.tsx:21
  • SUCCESS: "SUCCESS"
    +
  • Defined in index.tsx:23
  • +
  • Defined in index.tsx:65
  • +
  • Defined in index.tsx:47
  • children?: ReactNode

    Children wrapped by the <Wrapper>{elements}</Wrapper.

    +
  • Defined in index.tsx:37
  • render?: ((status: Status) => ReactElement<any, string | JSXElementConstructor<any>>)
    @@ -92,7 +92,7 @@

    Parameters

    status: Status

    Returns ReactElement<any, string | JSXElementConstructor<any>>

    +
  • Defined in index.tsx:41