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 263 B
import type { Printer } from '../Printer'; import type { SpaceBetweenParams } from '../types'; export declare function addTextLine(printer: Printer, params: SpaceBetweenParams, customCharsPerLine?: number): Promise<void>; //# sourceMappingURL=addTextLine.d.ts.map