default( props: Omit< any, | "isFetching" | "fetchError" | "rightsStatuses" | "bookAdminUrl" | "fetchBook" | "preview" | "isFetchingPreview" | "previewFetchError" | "fetchPreview" | "clearPreview" | "editCover" | "fetchRightsStatuses", > & BookCoverEditorOwnProps,): ReactElement<any, string | JSXElementConstructor<any>> Parameters
- props: Omit<
any,
| "isFetching"
| "fetchError"
| "rightsStatuses"
| "bookAdminUrl"
| "fetchBook"
| "preview"
| "isFetchingPreview"
| "previewFetchError"
| "fetchPreview"
| "clearPreview"
| "editCover"
| "fetchRightsStatuses",
> & BookCoverEditorOwnProps
Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
displayName
displayName?: string
WrappedComponent
NOTE: Exotic components are not callable.