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

4 lines (3 loc) 171 B
import { ScanListener, BarcodeScannerMethod } from './types'; declare const useBarcodeUSB: (listener: ScanListener) => BarcodeScannerMethod; export default useBarcodeUSB;