UNPKG

hh-ui-components

Version:
9 lines (8 loc) 212 B
import React from "react"; export interface CartPromoProps { className?: string; promoTitle?: string; href?: string; btnLabel?: string; } export declare const CartPromo: React.FC<CartPromoProps>;