Refactor #3907 - For TabMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-26 12:59:02 +03:00
parent 5d40f1c45d
commit 09553cbcd3
3 changed files with 87 additions and 10 deletions

View file

@ -16,6 +16,12 @@ const TabMenuProps = [
type: 'number',
default: '0',
description: 'Active index of menuitem.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];