Optional itemRender
itemRender?: ((route, params, routes, paths) => ReactNode)
Type declaration
- (route, params, routes, paths): ReactNode
Parameters
route: Partial<BreadcrumbItemType & BreadcrumbSeparatorType>
params: T
routes: Partial<BreadcrumbItemType & BreadcrumbSeparatorType>[]
paths: string[]
Returns ReactNode
Deprecated
Please use
itemsinstead