Update API doc
parent
95668a6410
commit
2085c232c9
|
@ -31857,6 +31857,14 @@
|
|||
"description": "Defines valid properties in Image component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "src",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Image url."
|
||||
},
|
||||
{
|
||||
"name": "preview",
|
||||
"optional": true,
|
||||
|
@ -64961,7 +64969,7 @@
|
|||
}
|
||||
],
|
||||
"methods": [],
|
||||
"extendedTypes": "Omit<InputHTMLAttributes, \"size\">"
|
||||
"extendedTypes": "TextareaHTMLAttributes"
|
||||
},
|
||||
"TextareaSlots": {
|
||||
"description": "Defines valid slots in Textarea component.",
|
||||
|
|
Loading…
Reference in New Issue