Refactor #3922 - For Textarea

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-07 09:29:10 +03:00
parent 9353013410
commit 0873281f2a
4 changed files with 45 additions and 2 deletions

View file

@ -10,6 +10,12 @@ const TextareaProps = [
type: 'boolean',
default: 'false',
description: 'When present, height of textarea changes as being typed.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];