{
  "props": [
    {
      "property": "children",
      "type": "string | number | bigint | false | true | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<AwaitedReactNode> | (item: T) => ReactNode",
      "kind": "unknown",
      "values": [],
      "required": true,
      "description": "The children of the Breadcrumbs."
    },
    {
      "property": "items",
      "type": "Iterable<T>",
      "kind": "unknown",
      "values": [],
      "description": "Item objects in the collection.",
      "inheritedFrom": "CollectionBase"
    },
    {
      "property": "dependencies",
      "type": "readonly any[]",
      "kind": "unknown",
      "values": [],
      "description": "Values that should invalidate the item cache when using dynamic collections.",
      "inheritedFrom": "CollectionProps"
    },
    {
      "property": "isDisabled",
      "type": "boolean",
      "kind": "boolean",
      "values": [],
      "description": "Whether the breadcrumbs are disabled."
    },
    {
      "property": "onAction",
      "type": "(key: Key) => void",
      "kind": "unknown",
      "values": [],
      "description": "Handler that is called when a breadcrumb is clicked."
    },
    {
      "property": "id",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
      "inheritedFrom": "DOMProps"
    },
    {
      "property": "aria-label",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "Defines a string value that labels the current element.",
      "inheritedFrom": "AriaLabelingProps"
    },
    {
      "property": "aria-labelledby",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "Identifies the element (or elements) that labels the current element.",
      "inheritedFrom": "AriaLabelingProps"
    },
    {
      "property": "aria-describedby",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "Identifies the element (or elements) that describes the object.",
      "inheritedFrom": "AriaLabelingProps"
    },
    {
      "property": "aria-details",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
      "inheritedFrom": "AriaLabelingProps"
    },
    {
      "property": "slot",
      "type": "string",
      "kind": "text",
      "values": [],
      "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
      "inheritedFrom": "SlotProps"
    },
    {
      "property": "size",
      "type": "\"M\" | \"L\"",
      "kind": "enum",
      "values": [
        "M",
        "L"
      ],
      "default": "'M'",
      "description": "Size of the Breadcrumbs including spacing and layout.",
      "inheritedFrom": "BreadcrumbsStyleProps"
    },
    {
      "property": "styles",
      "type": "StylesProp",
      "kind": "unknown",
      "values": [],
      "description": "Spectrum-defined styles, returned by the `style()` macro.",
      "inheritedFrom": "StyleProps"
    }
  ],
  "status": "stable"
}
