@responsive-ui/card
Advanced tools
Comparing version 0.13.1 to 0.14.0
{ | ||
"name": "@responsive-ui/card", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "A card component of responsive-ui.", | ||
@@ -48,3 +48,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
}, | ||
"gitHead": "7d9908f9c95460da1d8aee4a0d95b9b4bc814096" | ||
"gitHead": "8fb3699e7d3049ceaf3d33afdbb7ec16695f9224" | ||
} |
@@ -9,3 +9,3 @@ import type { SvelteComponentTyped } from "svelte/internal"; | ||
export interface CardEvents { | ||
click?: any; | ||
click?: WindowEventMap["click"]; | ||
} | ||
@@ -12,0 +12,0 @@ |
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
48955