• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          any,
          | "isFetching"
          | "fetchError"
          | "rightsStatuses"
          | "bookAdminUrl"
          | "fetchBook"
          | "preview"
          | "isFetchingPreview"
          | "previewFetchError"
          | "fetchPreview"
          | "clearPreview"
          | "editCover"
          | "fetchRightsStatuses",
      > & BookCoverEditorOwnProps

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

Properties

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