UNPKG

@open-tender/store

Version:

A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API

9 lines (8 loc) 234 B
declare const useChipDNATender: (amount: string | null) => { message: string; success: string | null; canceled: string | null; error: string | null; cancel: () => Promise<void>; }; export default useChipDNATender;