mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Merge branch 'master' into file-uploader-button
This commit is contained in:
commit
85477a7a1e
25 changed files with 142 additions and 105 deletions
2
types/FileUploader/FileUploader.svelte.d.ts
vendored
2
types/FileUploader/FileUploader.svelte.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue