diff --git a/components/lib/breadcrumb/breadcrumb.d.ts b/components/lib/breadcrumb/breadcrumb.d.ts index 589e205dc2..f9ac34131e 100644 --- a/components/lib/breadcrumb/breadcrumb.d.ts +++ b/components/lib/breadcrumb/breadcrumb.d.ts @@ -32,15 +32,15 @@ export interface BreadCrumbPassThroughOptions { /** * Uses to pass attributes to the list's DOM element. */ - menu?: BreadCrumbPassThroughType>; + menu?: BreadCrumbPassThroughType>; /** * Uses to pass attributes to the list item's DOM element. */ - menuitem?: BreadCrumbPassThroughType>; + menuitem?: BreadCrumbPassThroughType>; /** * Uses to pass attributes to the action's DOM element. */ - action?: BreadCrumbPassThroughType>; + action?: BreadCrumbPassThroughType>; /** * Uses to pass attributes to the icon's DOM element. */ @@ -48,7 +48,7 @@ export interface BreadCrumbPassThroughOptions { /** * Uses to pass attributes to the label's DOM element. */ - label?: BreadCrumbPassThroughType>; + label?: BreadCrumbPassThroughType>; /** * Uses to pass attributes to the separator icon's DOM element. */