@responsive-ui/card
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@responsive-ui/card", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Card component", | ||
@@ -38,3 +38,3 @@ "author": "Si3nLoong <sianloong90@gmail.com>", | ||
}, | ||
"gitHead": "58f284fe398400edcbf4187387c1e16540a4b5a6" | ||
"gitHead": "1938b10388f032d0cd686ec4e2138aaf8a11dc46" | ||
} |
@@ -12,3 +12,5 @@ import type { SvelteComponentTyped } from "svelte/internal"; | ||
export interface CardEvents {} | ||
export interface CardEvents { | ||
click?: void; | ||
} | ||
@@ -15,0 +17,0 @@ export interface CardSlots { |
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
38103
9
1135