File dropzone for Svelte.
I want to use multiple `FileDrop`s, therefore disable `windowDrop`. I expected ``` <FileDrop windowDrop="false" on:filedrop={(e) => { files = e.detail.files }}> Upload files </FileDrop> ``` but I get a TypeScript error. How can I pass the additional option?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by bluepuma77 and has received 1 comments.