/** * Breadcrumb click event payload. * * @since 5.0.0 */ export type BreadcrumbClick = { breadcrumbKey: string; label?: string; };