Refactor #3797 - TabView updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-24 16:19:23 +03:00
parent ccf41aed48
commit 47b97b485f
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export interface TabViewPassThroughOptions {
/**
* Uses to pass attributes to the panel's DOM element.
*/
panelcontent?: TabViewPassThroughOptionType;
panelcontainer?: TabViewPassThroughOptionType;
}
/**