svelte2tsx
Advanced tools
Comparing version 0.1.70 to 0.1.71
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.70", | ||
"version": "0.1.71", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -202,2 +202,8 @@ /** | ||
// Svelte Transition Events | ||
onoutrostart?: EventHandler<CustomEvent<null>, T>; | ||
onoutroend?: EventHandler<CustomEvent<null>, T>; | ||
onintrostart?: EventHandler<CustomEvent<null>, T>; | ||
onintroend?: EventHandler<CustomEvent<null>, T>; | ||
// Message Events | ||
@@ -204,0 +210,0 @@ onmessage?: MessageEventHandler<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
895384
19881