UNPKG

@rsc-labs/medusa-store-analytics

Version:
11 lines (10 loc) 296 B
export type VariantsTopTableRow = { sum: string; productId: string; productTitle: string; variantTitle: string; thumbnail: string; }; export declare const VariantsTopTable: ({ tableRows }: { tableRows: VariantsTopTableRow[]; }) => import("react/jsx-runtime").JSX.Element;