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 245 B
import type { Printer } from '../Printer'; import type { AddViewShotParams } from '../types'; export declare function addViewShot(printer: Printer, { width, viewNode }: AddViewShotParams): Promise<void>; //# sourceMappingURL=addViewShot.d.ts.map