/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export { Breadcrumb } from './Breadcrumb'; export type { BreadcrumbProps } from './Breadcrumb'; export type { BreadcrumbLinkProps } from './BreadcrumbLink';