Refactor #3922 - For InputNumber

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 15:56:22 +03:00
parent 409005b671
commit ee16b59f15
4 changed files with 90 additions and 11 deletions

View file

@ -182,6 +182,12 @@ const InputNumberProps = [
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to decrement button inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];