UNPKG

shopperman

Version:

shopping cart ui for shopify stores

6 lines (5 loc) 208 B
import { Component } from "preact"; import { CartManipulatorProps } from "./panel-interfaces"; export declare class CartManipulator extends Component<CartManipulatorProps, any> { render(): JSX.Element; }