From e77e51a108632d8f8ec3fe2ce2289296eb2b6be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ula=C5=9F=20Turan?= Date: Tue, 19 Sep 2023 03:58:45 +0300 Subject: [PATCH] Refactor #4391 - For tieredmenu.d.ts --- components/lib/tieredmenu/tieredmenu.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/lib/tieredmenu/tieredmenu.d.ts b/components/lib/tieredmenu/tieredmenu.d.ts index 90d3d1a915..b30ee799a4 100644 --- a/components/lib/tieredmenu/tieredmenu.d.ts +++ b/components/lib/tieredmenu/tieredmenu.d.ts @@ -33,9 +33,13 @@ export interface TieredMenuPassThroughOptions { */ root?: TieredMenuPassThroughType>; /** - * Uses to pass attributes to the list's DOM element. + * Uses to pass attributes to the menu's DOM element. */ menu?: TieredMenuPassThroughType>; + /** + * Uses to pass attributes to the submenu's DOM element. + */ + submenu?: TieredMenuPassThroughType>; /** * Uses to pass attributes to the list item's DOM element. */