UNPKG

@nacelle/react-hooks

Version:

Custom convenience hooks for use when building apps with Nacelle

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