UNPKG

@nacelle/react-hooks

Version:

Custom convenience hooks for use when building apps with Nacelle

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