File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -107,20 +107,7 @@ See this [REPL for minimal usage](https://svelte.dev/repl/645841f327b8484093f94b
107
107
| ` FileSizeMinimumNotMetError ` | file does not satisify ` minSize ` | ` FileSizeMinimumNotMet ` (** 2** ) |
108
108
| ` FileSizeMaximumExceededError ` | file does not satisify ` maxSize ` | ` FileSizeMaximumExceeded ` (** 3** ) |
109
109
110
- ### Alternatives
111
-
112
- - [ svelte-file-dropzone] ( https://github.com/thecodejack/svelte-file-dropzone )
113
-
114
- ### Previous art
115
-
116
- - [ react-dropzone] ( https://github.com/react-dropzone/react-dropzone )
117
- - [ svelte-file-dropzone] ( https://github.com/thecodejack/svelte-file-dropzone )
118
-
119
- ### Dependencies
120
-
121
- - [ file-selector] ( https://github.com/react-dropzone/file-selector )
122
-
123
- ## Typescript
110
+ ### Typescript
124
111
125
112
In order for typings to work properly, you'll need to add the following to
126
113
` global.d.ts ` [ until this issue is
@@ -155,6 +142,21 @@ declare namespace svelte.JSX {
155
142
156
143
You may need to edit ` tsconfig.json ` to include ` global.d.ts ` if it isn't already.
157
144
145
+
146
+ ### Alternatives
147
+
148
+ - [ svelte-file-dropzone] ( https://github.com/thecodejack/svelte-file-dropzone )
149
+
150
+ ### Previous art
151
+
152
+ - [ react-dropzone] ( https://github.com/react-dropzone/react-dropzone )
153
+ - [ svelte-file-dropzone] ( https://github.com/thecodejack/svelte-file-dropzone )
154
+
155
+ ### Dependencies
156
+
157
+ - [ file-selector] ( https://github.com/react-dropzone/file-selector )
158
+
159
+
158
160
## Todo
159
161
160
162
- tests
You can’t perform that action at this time.
0 commit comments