Form components api generator updates

This commit is contained in:
Bahadır Sofuoğlu 2023-05-08 15:18:27 +03:00
parent 633ee73228
commit 5920b444a8
5 changed files with 30 additions and 0 deletions

View file

@ -40,6 +40,12 @@ const TriStateCheckboxProps = [
type: 'string',
default: 'null',
description: 'Used to define a string that labels the element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];