```ts
type BreadcrumbItem = object;
```

## Properties

| Property | Type |
| ------ | ------ |
| <a id="action"></a> `action?` | `() => void` |
| <a id="label"></a> `label` | `string` |
| <a id="url"></a> `url?` | `string` |
