• Parameters

    • __namedParameters: {
          ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>;
          onLoadNext: (() => void);
          operators: User[];
          renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>);
      }
      • Optional ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>
      • onLoadNext: (() => void)
          • (): void
          • Returns void

      • operators: User[]
      • renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>)
          • (props): null | ReactElement<any, string | JSXElementConstructor<any>>
          • Parameters

            • props: {
                  user: User;
              }
              • user: User

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

    Returns Element

Generated using TypeDoc