UNPKG

shopperman

Version:

shopping cart ui for shopify stores

6 lines (5 loc) 192 B
import { Component } from "preact"; import { CartButtonProps } from "./cart-interfaces"; export declare class CartButton extends Component<CartButtonProps, any> { render(): JSX.Element; }