Refactor #3879 - For ProgressBar

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:34:40 +03:00
parent 58c4684a38
commit 0d8f1b20ed
3 changed files with 54 additions and 5 deletions

View file

@ -16,6 +16,12 @@ const ProgressbarProps = [
type: 'boolean',
default: 'true',
description: 'Whether to display the progress bar value.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];