default( props: Omit< any, | "isFetching" | "fetchError" | "genreTree" | "classifications" | "bookAdminUrl" | "editClassifications" | "fetchBook" | "fetchGenreTree" | "fetchClassifications", > & ClassificationsOwnProps,): ReactElement<any, string | JSXElementConstructor<any>> Parameters
- props: Omit<
any,
| "isFetching"
| "fetchError"
| "genreTree"
| "classifications"
| "bookAdminUrl"
| "editClassifications"
| "fetchBook"
| "fetchGenreTree"
| "fetchClassifications",
> & ClassificationsOwnProps
Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
displayName
displayName?: string
WrappedComponent
NOTE: Exotic components are not callable.