Refactor #4136 - Rename tab with tabpanel and accordiontab

This commit is contained in:
mertsincan 2023-07-14 10:04:32 +01:00
parent ee95a5e641
commit f6743c521f
4 changed files with 12 additions and 2 deletions

View file

@ -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}