File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-file-dropzone" ,
3- "version" : " 2.0.6 " ,
3+ "version" : " 2.0.7 " ,
44 "description" : " Svelte component for fileupload and file dropzone" ,
55 "scripts" : {
66 "package" : " svelte-kit sync && svelte-package && publint" ,
Original file line number Diff line number Diff line change 1- <script lang = " ts " >
1+ <script >
22 import { fromEvent } from " file-selector" ;
33 import {
44 fileAccepted ,
1515 * Set accepted file types.
1616 * See https://github.com/okonet/attr-accept for more information.
1717 */
18- export let accept: string | string [] = undefined ;
18+ /**
19+ * @type {string | Array<string>}
20+ */
21+ export let accept = undefined ;
1922 export let disabled = false ;
2023 export let getFilesFromEvent = fromEvent;
2124 export let maxSize = Infinity ;
You can’t perform that action at this time.
0 commit comments