Refactor #3879 - For BlockUI

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 12:32:20 +03:00
parent 5f18c9b3b2
commit ee6f59fcf3
3 changed files with 53 additions and 1 deletions

View file

@ -22,6 +22,12 @@ const BlockUIProps = [
type: 'boolean',
default: 'true',
description: 'Whether to automatically manage layering.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];