Refactor #3832 Refactor #3833 - For TabView

This commit is contained in:
Bahadır Sofuoğlu 2023-04-11 10:32:40 +03:00
parent a01b5696fd
commit c35ef2ccd5
3 changed files with 36 additions and 3 deletions

View file

@ -151,6 +151,14 @@ export interface TabViewProps {
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
nextButtonProps?: ButtonHTMLAttributes | undefined;
/**
* Prev icon of the scrollable tabview.
*/
prevIcon?: string | undefined;
/**
* Next icon of the scrollable tabview.
*/
nextIcon?: string | undefined;
/**
* Uses to pass attributes to DOM elements inside the component.
* @type {TabViewPassThroughOptions}