UNPKG

@automattic/mini-cart

Version:
11 lines 518 B
export declare function MiniCart({ selectedSiteSlug, cartKey, goToCheckout, closeCart, onRemoveProduct, onRemoveCoupon, checkoutLabel, emptyCart, }: { selectedSiteSlug: string; cartKey: number | undefined; goToCheckout: (siteSlug: string) => void; closeCart: () => void; onRemoveProduct?: (uuid: string) => void; onRemoveCoupon?: () => void; checkoutLabel?: string; emptyCart?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=mini-cart.d.ts.map