UNPKG

hh-ui-components

Version:
8 lines (7 loc) 191 B
import { FC } from "react"; export interface CartFooterProps { label?: string; totalPrice?: string; } export declare const CartFooter: FC<CartFooterProps>; export default CartFooter;