Refactor #3832 - For Accordion

This commit is contained in:
mertsincan 2023-04-03 09:27:59 +01:00
parent 72db159a9d
commit 4a33a1cec4
3 changed files with 12 additions and 10 deletions

View file

@ -102,12 +102,10 @@ export interface AccordionProps {
lazy?: boolean | undefined;
/**
* Icon of a collapsed tab.
* @defaultValue pi pi-chevron-right
*/
expandIcon?: string | undefined;
/**
* Icon of an expanded tab.
* @defaultValue pi pi-chevron-down
*/
collapseIcon?: string | undefined;
/**