• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          any,
          | "data"
          | "isFetching"
          | "fetchError"
          | "formError"
          | "responseBody"
          | "additionalData"
          | "fetchData"
          | "editItem"
          | "deleteItem"
          | "registerLibrary"
          | "isFetchingLibraryRegistrations"
          | "fetchLibraryRegistrations",
      > & EditableConfigListOwnProps

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

Properties

$$typeof: symbol
displayName?: string
WrappedComponent: typeof DiscoveryServices