Refactor #3889 - For Button

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 15:00:20 +03:00
parent c9f6c31462
commit bd48603c39
3 changed files with 62 additions and 6 deletions

View file

@ -94,6 +94,12 @@ const ButtonProps = [
type: 'boolean',
default: 'false',
description: 'Add a plain textual class to the button without a background initially.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];