UNPKG

shopperman

Version:

shopping cart ui for shopify stores

8 lines (7 loc) 292 B
import { Component } from "preact"; import { CartItemDisplayProps } from "./panel-interfaces"; export declare class CartItemDisplay extends Component<CartItemDisplayProps, any> { private readonly handleQuantityInputChange; private readonly handleRemoval; render(): JSX.Element; }