Update API doc
parent
9a49c162c1
commit
6a3e95265d
|
@ -19005,14 +19005,6 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the label's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "basicButton",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "FileUploadPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the basic button's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "uploadIcon",
|
||||
"optional": true,
|
||||
|
@ -19298,6 +19290,14 @@
|
|||
"type": "FileUploadPassThroughOptions",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||
},
|
||||
{
|
||||
"name": "unstyled",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue