@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
20 lines (19 loc) • 1.2 kB
TypeScript
import { BarcodeScannerType, BarcodeScannerMethod, ScanListener } from './types';
import useBarcode from './useBarcode';
import useBarcodeCameraScanner from './useBarcodeCameraScanner';
import { useBarcodeScanner } from './useBarcodeScanner';
import useBarcodeUSB from './useBarcodeUSB';
import useCardSwipe from './useCardSwipe';
import useChipDNATender from './useChipDNATender';
import useCustomerRewards from './useCustomerRewards';
import useEmployee from './useEmployee';
import useGiftCardBalance from './useGiftCardBalance';
import { useKioskImageUrl } from './useKioskImageUrl';
import useOrder from './useOrder';
import useOrderValidate from './useOrderValidate';
import usePrevious from './usePrevious';
import usePunch from './usePunch';
import useRefund from './useRefund';
import useResetOrder from './useResetOrder';
import useSignInQr from './useSignInQr';
export { useBarcode, useBarcodeCameraScanner, useBarcodeScanner, useBarcodeUSB, useCardSwipe, useChipDNATender, useCustomerRewards, useEmployee, useGiftCardBalance, useKioskImageUrl, useOrder, useOrderValidate, usePrevious, usePunch, useRefund, useResetOrder, useSignInQr, BarcodeScannerType, BarcodeScannerMethod, ScanListener };