Files
7b548d8e-eddc-4ce3-af31-eec…/registry/schemas/ProductCartItem.schema.json
2026-03-03 14:29:28 +02:00

7 lines
277 B
JSON

{
"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"
}