fix(file-uploader): update clearFiles accessor description

This commit is contained in:
Eric Liu 2022-02-21 09:17:58 -08:00
commit ee0fc1c6d2
4 changed files with 16 additions and 16 deletions

View file

@ -3503,7 +3503,7 @@
{
"name": "clearFiles",
"kind": "const",
"description": "Override the default behavior of clearing the array of uploaded files",
"description": "Programmatically clear the uploaded files",
"type": "() => void",
"value": "() => { files = []; }",
"isFunction": true,