mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3832 - For Accordion
This commit is contained in:
parent
72db159a9d
commit
4a33a1cec4
3 changed files with 12 additions and 10 deletions
2
components/lib/accordion/Accordion.d.ts
vendored
2
components/lib/accordion/Accordion.d.ts
vendored
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue