svelte2tsx
Advanced tools
Comparing version 0.1.156 to 0.1.157
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.156", | ||
"version": "0.1.157", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -239,3 +239,3 @@ /// <reference lib="dom" /> | ||
autoplay?: boolean; | ||
capture?: boolean; | ||
capture?: 'environment' | 'user' | boolean; | ||
cellpadding?: number | string; | ||
@@ -242,0 +242,0 @@ cellspacing?: number | string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
328863