Initial commit
This commit is contained in:
6
registry/schemas/ProductCartItem.schema.json
Normal file
6
registry/schemas/ProductCartItem.schema.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user