File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ In order for typings to work properly, you'll need to add the following to
127
127
resolved] ( https://github.com/sveltejs/language-tools/issues/431 ) :
128
128
129
129
``` typescript
130
- declare type FileDropEvent = import (" . /lib/event" ).FileDropEvent ;
131
- declare type FileDropSelectEvent = import (" . /lib/event" ).FileDropSelectEvent ;
132
- declare type FileDropDragEvent = import (" . /lib/event" ).FileDropDragEvent ;
130
+ declare type FileDropEvent = import (" filedrop-svelte /lib/event" ).FileDropEvent ;
131
+ declare type FileDropSelectEvent = import (" filedrop-svelte /lib/event" ).FileDropSelectEvent ;
132
+ declare type FileDropDragEvent = import (" filedrop-svelte /lib/event" ).FileDropDragEvent ;
133
133
declare namespace svelte .JSX {
134
134
interface HTMLAttributes <T > {
135
135
onfiledrop? : (event : CustomEvent <FileDropSelectEvent > & { target: EventTarget & T }) => void ;
You can’t perform that action at this time.
0 commit comments