export type RefineBreadcrumbProps< TBreadcrumbProps extends {} = Record, > = { /** * Passes properties for */ breadcrumbProps?: TBreadcrumbProps; /** * Shows the home button if application has [`DashboardPage`](/docs/api-reference/core/components/refine-config/#dashboardpage) */ showHome?: boolean; /** * Allows to hide resource icons */ hideIcons?: boolean; };