react-native-thermal-pos-printer
Version:
React Native thermal printer package for POS systems supporting Xprinter and other popular brands
10 lines (8 loc) • 306 B
JavaScript
;
export * from "./types/index.js";
export * from "./constants/barcodes.js";
export * from "./constants/commands.js";
export * from "./classes/index.js";
// Default export
export { ReactNativePosPrinter as default } from "./classes/ReactNativePosPrinter.js";
//# sourceMappingURL=index.js.map