Function RealmProvider

  • Parameters

    • __namedParameters: {
          children: ReactNode;
          initWith?: Record<string, unknown>;
          updateWith?: Record<string, unknown>;
      }
      • children: ReactNode

        The children to render

      • Optional initWith?: Record<string, unknown>

        The initial values to set in the realm

      • Optional updateWith?: Record<string, unknown>

        The values to update in the realm on each render

    Returns Element

Generated using TypeDoc