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

@ -59,6 +59,18 @@ const MultiSelectProps = [
default: 'false',
description: 'When present, it specifies that the component should be disabled.'
},
{
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: 'inputId',
type: 'string',