CrumbItem: { icon?: IconName | IconProps; label: React.ReactNode; LinkProps?: LinkProps; loading?: boolean; navigation?: CrumbsProps["navigation"]; path?: string | (() => any); SkeletonProps?: SkeletonProps; WrapperProps?: RowProps; } Type declaration
label: React.ReactNode
OptionalLinkProps?: LinkProps
Optionalloading?: boolean
Optionalnavigation?: CrumbsProps["navigation"]
Optionalpath?: string | (() => any)
OptionalSkeletonProps?: SkeletonProps
OptionalWrapperProps?: RowProps
Description
the icon to display in the link.