Skip to content

Commit c742eab

Browse files
authored
(fix) correct draggable typing
#481
1 parent 4ee8912 commit c742eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
dir?: string;
264264
disabled?: boolean;
265265
download?: any;
266-
draggable?: boolean;
266+
draggable?: boolean | "true" | "false" | "auto";
267267
enctype?: string;
268268
for?: string;
269269
form?: string;

0 commit comments

Comments
 (0)