import type { JSX } from "solid-js"; import { splitProps } from "solid-js"; /** Props for the root breadcrumbs navigation container. */ export interface BreadcrumbsRootProps extends JSX.HTMLAttributes { /** Accessible label for the navigation landmark. @default "Breadcrumbs" */ "aria-label"?: string | undefined; children: JSX.Element; } /** * Root navigation container for breadcrumbs. * Renders a `