Refactor #3922 - For InputSwitch

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 16:10:07 +03:00
parent 6539ba296d
commit 636bd1de8f
4 changed files with 66 additions and 4 deletions

View file

@ -40,6 +40,12 @@ const InputSwitchProps = [
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.'
}
];