UNPKG

react-ecommerce-hook

Version:
7 lines (6 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADD_TO_CART = 'ADD_TO_CART'; exports.REMOVE_FROM_CART = 'REMOVE_FROM_CART'; exports.INCREASE_QUANTITY = 'INCREASE_QUANTITY'; exports.DECREASE_QUANTITY = 'DECREASE_QUANTITY';