Initial commit

This commit is contained in:
2026-03-03 14:29:28 +02:00
commit b358f62d24
657 changed files with 86134 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"item": "CartItem - { id: string; name: string; variants?: string[]; price: string; quantity: number; imageSrc: string; imageAlt?: string }",
"onQuantityChange?": "(id: string, quantity: number) => void",
"onRemove?": "(id: string) => void",
"className?": "string"
}