From 5b6fd7b5d5ca629b93fe3eeae3e66201a15cfbfa Mon Sep 17 00:00:00 2001 From: mertsincan Date: Sat, 15 Apr 2023 14:37:18 +0300 Subject: [PATCH] Update Panel.d.ts --- components/lib/panel/Panel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 993c6ddea..1b1406d46 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -53,7 +53,7 @@ export interface PanelPassThroughOptions { */ title?: PanelPassThroughOptionType; /** - * Uses to pass attributes to the title's DOM element. + * Uses to pass attributes to the icons' DOM element. */ icons?: PanelPassThroughOptionType; /**