Function OfflineView

Represents a component that renders its child components conditionally based on the online status of the browser.

  • Parameters

    • __namedParameters: IOfflineViewProps

    Returns null | Element

    The rendered child components or null if the initialization is not yet complete.