import { TNode, Value } from '@tempots/dom'; import { ControlSize } from '../theme/types'; /** * Represents a single item in the breadcrumb navigation trail. */ export interface BreadcrumbItem { /** Display text for the breadcrumb item. */ label: string; /** Optional URL for navigation (renders as `` if provided). */ href?: string; /** Optional click handler (renders as `