UNPKG

@rsc-labs/medusa-store-analytics

Version:
8 lines (7 loc) 227 B
export type DiscountsTopTableRow = { sum: string; discountCode: string; }; export declare const DiscountsTopTable: ({ tableRows }: { tableRows: DiscountsTopTableRow[]; }) => import("react/jsx-runtime").JSX.Element;