Refactor #3911 - For FileUpload

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-28 19:03:29 +03:00
parent b9329d5154
commit d32a2e9fae
4 changed files with 193 additions and 33 deletions

View file

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