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

@ -83,8 +83,13 @@ export interface TabViewPassThroughOptions {
panelContainer?: TabViewPassThroughOptionType;
/**
* Uses to pass attributes to TabPanel helper components.
* @deprecated since v3.30.1. Use 'tabpanel' property instead.
*/
tab?: TabPanelPassThroughOptionType;
/**
* Uses to pass attributes to TabPanel helper components.
*/
tabpanel?: TabPanelPassThroughOptionType;
/**
* Uses to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}