UNPKG

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

8 lines (7 loc) 200 B
import { ColumnAlignment } from ".."; export declare const processColumnText: ( texts: string[], columnWidth: number[], columnAlignment: ColumnAlignment[], columnStyle?: string[] ) => string;