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

@ -41,6 +41,18 @@ const TabViewProps = [
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to the next button.'
},
{
name: 'prevIcon',
type: 'string',
default: 'null',
description: 'Prev icon of the scrollable tabview.'
},
{
name: 'nextIcon',
type: 'string',
default: 'null',
description: 'Next icon of the scrollable tabview.'
},
{
name: 'pt',
type: 'any',