FunctionCancelOrderButton({
data,
isLoading,
refetch,
title,
onStatusChange,
}: {
data: IOrderByMarkerEntity;
isLoading:
components/layout/orders/components/CancelOrderButton.tsx:22
FunctionCarouselItem({
item,
lang,
index,
currentIndex,
setCurrentIndex,
}: {
item: IProductsEntity;
lang: string;
components/layout/product/variations/CarouselItem.tsx:21
FunctionCategoryCard({
category: { imgSrc, title, link, blurDataURL },
index,
}: {
category: {
imgSrc: string;
title
components/layout/categories/components/CategoryCard.tsx:26
FunctionFormReCaptcha({
siteKey,
action = 'verify',
setToken,
setIsCaptcha,
setIsValid,
}: {
siteKey: string;
action?
components/forms/inputs/FormReCaptcha.tsx:17
FunctionImage({
src,
alt = '',
fill,
width,
height,
priority,
className = '',
style = {},
placeholder,
components/shared/Image.tsx:26