Update api-generator

This commit is contained in:
tugcekucukoglu 2024-01-31 11:01:02 +03:00
parent 4836654f7b
commit d43ea02957
18 changed files with 198 additions and 0 deletions

View file

@ -29,6 +29,18 @@ const InputMaskProps = [
default: 'false',
description: 'Defines if model sets the raw unmasked value to bound value or the formatted mask value.'
},
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{
name: 'pt',
type: 'any',