UNPKG

@rsc-labs/medusa-store-analytics

Version:
6 lines (5 loc) 310 B
import { CustomersRepeatCustomerRateResponse } from "../types"; export declare const OrderFrequencyDistribution: ({ repeatCustomerRateResponse, compareEnabled }: { repeatCustomerRateResponse: CustomersRepeatCustomerRateResponse; compareEnabled?: boolean; }) => import("react/jsx-runtime").JSX.Element;