UNPKG

@nacelle/react-hooks

Version:

Custom convenience hooks for use when building apps with Nacelle

4 lines (3 loc) 228 B
import { CheckoutState, SetGetCheckoutDataAction } from '../use-checkout.types'; declare const setGetCheckoutData: (state: CheckoutState, action: SetGetCheckoutDataAction) => CheckoutState; export default setGetCheckoutData;