From c67f51e9a1deceb9d0643d55b72b8737cbf40e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ula=C5=9F=20Turan?= Date: Mon, 15 May 2023 22:30:19 +0300 Subject: [PATCH] Refactor #4391 - For breadcrumb.d.ts --- components/lib/breadcrumb/breadcrumb.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. */