Refactor #3879 - For ProgressSpinner

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:39:16 +03:00
parent 498b40f80f
commit c7d3a2fd14
3 changed files with 52 additions and 3 deletions

View file

@ -16,6 +16,12 @@ const ProgressSpinnerProps = [
type: 'string',
default: '2s',
description: 'Duration of the rotate animation.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];