Update API doc
parent
1016d2df5f
commit
18d6639aa8
|
@ -32771,6 +32771,14 @@
|
|||
"default": "",
|
||||
"description": "Style class of the input field."
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "null",
|
||||
"description": "Type of the input field."
|
||||
},
|
||||
{
|
||||
"name": "placeholder",
|
||||
"optional": true,
|
||||
|
@ -34718,6 +34726,14 @@
|
|||
"default": "",
|
||||
"description": "Value of the component."
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "text",
|
||||
"description": "Type of the input field."
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"optional": true,
|
||||
|
|
1514
pnpm-lock.yaml
1514
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue