Update Panel.d.ts

pull/3868/head
mertsincan 2023-04-15 14:37:18 +03:00
parent 08291512c1
commit 5b6fd7b5d5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**