Merge branch 'master' into file-uploader-button

This commit is contained in:
metonym 2022-02-21 10:31:01 -08:00 committed by GitHub
commit 85477a7a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 142 additions and 105 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;
}