UNPKG

@nacelle/react-hooks

Version:

Custom convenience hooks for use when building apps with Nacelle

4 lines (3 loc) 162 B
import { CheckoutState } from 'hooks/use-checkout/use-checkout.types'; declare const clearCheckoutData: () => CheckoutState; export default clearCheckoutData;