• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          ClassAttributes<CustomListsForBook> & CustomListsForBookProps,

              | "isFetching"
              | "fetchError"
              | "customListsForBook"
              | "allCustomLists"
              | "fetchAllCustomLists"
              | "fetchCustomListsForBook"
              | "editCustomListsForBook",
      > & CustomListsForBookOwnProps

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

Properties

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