Refactor #3922 - For InputText

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 15:53:35 +03:00
parent c1a506287b
commit 24538f0fd0
4 changed files with 37 additions and 1 deletions

View file

@ -4,6 +4,12 @@ const InputTextProps = [
type: 'any',
default: 'null',
description: 'Value of the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];