/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * Represents the properties of BreadcrumbDelimiter component. */ export interface BreadcrumbDelimiterProps { /** * Sets the `id` property of the BreadcrumbDelimiter component. */ id?: string; /** * Sets the `tabIndex` attribute to the BreadcrumbDelimiter. */ tabIndex?: number; /** * @hidden */ dir?: string; }