UNPKG

react-epson-epos-sdk

Version:

React library for managing Epson printers with ePOS SDK support.

4 lines (3 loc) 274 B
import type { PrinterRegistry } from "./usePrinterRegistry"; /** Side effects owned by the provider: heartbeats, retry flush, optional logging. */ export declare function usePrinterRegistryEffects(registry: PrinterRegistry, isDebugMode?: boolean, testMode?: boolean): void;