• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          any,
          | "isFetching"
          | "fetchError"
          | "genreTree"
          | "classifications"
          | "bookAdminUrl"
          | "editClassifications"
          | "fetchBook"
          | "fetchGenreTree"
          | "fetchClassifications",
      > & ClassificationsOwnProps

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

Properties

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