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
6 lines • 381 B
TypeScript
import type { Spec as NativeEscPosPrinterSpec } from './NativeEscPosPrinter';
import type { Spec as NativeEscPosPrinterDiscoverySpec } from './NativeEscPosPrinterDiscovery';
declare let EscPosPrinter: NativeEscPosPrinterSpec;
declare let EscPosPrinterDiscovery: NativeEscPosPrinterDiscoverySpec;
export { EscPosPrinter, EscPosPrinterDiscovery };
//# sourceMappingURL=index.d.ts.map