mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #4136 - Rename tab with tabpanel and accordiontab
This commit is contained in:
parent
ee95a5e641
commit
f6743c521f
4 changed files with 12 additions and 2 deletions
5
components/lib/accordion/Accordion.d.ts
vendored
5
components/lib/accordion/Accordion.d.ts
vendored
|
@ -63,8 +63,13 @@ export interface AccordionPassThroughOptions {
|
|||
root?: AccordionPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to AccordionTab helper components.
|
||||
* @deprecated since v3.30.1. Use 'accordiontab' property instead.
|
||||
*/
|
||||
tab?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to AccordionTab helper components.
|
||||
*/
|
||||
accordiontab?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue