FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
store
/
checkouts
Edit File: events.d.ts
import { Checkout } from "../../types"; /** * Add to cart/remove from cart, cart updated events. */ export declare const handleCheckoutLineItemChange: (checkout: Checkout, oldCheckout: Checkout) => void;
Save
Back