UNPKG

@fast-simon/storefront-kit

Version:

A comprehensive kit for developing storefronts with Fast Simon components, utilities, and React/Hydrogen support.

5 lines (4 loc) 163 B
export declare function ProductCard({ product, imageAspectRatio }: { product: any; imageAspectRatio?: string; }): import("react/jsx-runtime").JSX.Element;