svelte2tsx
Advanced tools
Comparing version 0.1.172 to 0.1.173
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.172", | ||
"version": "0.1.173", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -114,2 +114,5 @@ /// <reference lib="dom" /> | ||
// Detail Events | ||
ontoggle?: EventHandler<Event, T>; | ||
// Keyboard Events | ||
@@ -116,0 +119,0 @@ onkeydown?: KeyboardEventHandler<T>; |
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
336305
8621