@conodene/react-native-thermal-receipt-printer-image-qr
Version:
Fork of react-native-thermal-receipt-printer. A React Native Library to support USB/BLE/Net printer (RN 0.74 support)
11 lines (10 loc) • 330 B
TypeScript
/// <reference types="node" />
declare type IOptions = {
beep: boolean;
cut: boolean;
tailingLine: boolean;
encoding: string;
};
export declare function exchange_text(text: string, options: IOptions): Buffer;
export declare function exchange_text_ios(text: string, options: IOptions): string;
export {};