UNPKG

react-native-esc-pos-printer

Version:

An unofficial React Native library for printing on an EPSON TM printer with the Epson ePOS SDK for iOS and Epson ePOS SDK for Android

4 lines 276 B
import type { Printer } from '../Printer'; import type { PrinterStatusResponse } from '../types'; export declare function tryToConnectUntil(printer: Printer, predicate: (status: PrinterStatusResponse) => boolean): Promise<void>; //# sourceMappingURL=tryToConnectUntil.d.ts.map