Update Panel.d.ts

This commit is contained in:
mertsincan 2023-04-15 14:37:18 +03:00
parent 08291512c1
commit 5b6fd7b5d5

View file

@ -53,7 +53,7 @@ export interface PanelPassThroughOptions {
*/ */
title?: PanelPassThroughOptionType; title?: PanelPassThroughOptionType;
/** /**
* Uses to pass attributes to the title's DOM element. * Uses to pass attributes to the icons' DOM element.
*/ */
icons?: PanelPassThroughOptionType; icons?: PanelPassThroughOptionType;
/** /**