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

@ -70,6 +70,12 @@ const ToggleButtonProps = [
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];