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?