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

@ -79,7 +79,7 @@ export default class FileUploader extends SvelteComponentTyped<
{}
> {
/**
* Override the default behavior of clearing the array of uploaded files
* Programmatically clear the uploaded files
*/
clearFiles: () => void;
}