UNPKG

@rsc-labs/medusa-store-analytics

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