@responsive-ui/card
Advanced tools
Comparing version 0.5.10 to 0.6.0
{ | ||
"name": "@responsive-ui/card", | ||
"version": "0.5.10", | ||
"version": "0.6.0", | ||
"description": "A card component of responsive-ui.", | ||
@@ -47,3 +47,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
}, | ||
"gitHead": "00e4ac708a1cbf3be2f7df4ffbca83f76f52a96f" | ||
"gitHead": "7d6b1a000b1bba88569360e0c8e4552b9ac9f232" | ||
} |
@@ -9,3 +9,3 @@ import type { SvelteComponentTyped } from "svelte/internal"; | ||
export interface CardEvents { | ||
click?: void; | ||
click?: any; | ||
} | ||
@@ -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
42767