react-native-thermal-pos-printer
Version:
React Native thermal printer package for POS systems supporting Xprinter and other popular brands
12 lines • 345 B
TypeScript
export declare const BarcodeTypes: {
readonly UPC_A: "UPC_A";
readonly UPC_E: "UPC_E";
readonly EAN13: "EAN13";
readonly EAN8: "EAN8";
readonly CODE39: "CODE39";
readonly ITF: "ITF";
readonly CODABAR: "CODABAR";
readonly CODE93: "CODE93";
readonly CODE128: "CODE128";
};
//# sourceMappingURL=barcodes.d.ts.map