svelte2tsx
Advanced tools
Comparing version 0.1.92 to 0.1.93
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.92", | ||
"version": "0.1.93", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -266,3 +266,3 @@ /** | ||
download?: any; | ||
draggable?: boolean; | ||
draggable?: boolean | "true" | "false"; | ||
enctype?: string; | ||
@@ -269,0 +269,0 @@ for?: string; |
293184