UNPKG

react-epson-epos-sdk

Version:

React library for managing Epson printers with ePOS SDK support.

15 lines (14 loc) 316 B
export declare enum PrintResult { SUCCESS = "SUCCESS", ERROR = "ERROR" } export declare enum ConnectionStatus { CONNECTED = "CONNECTED", IS_CONNECTING = "IS_CONNECTING", DISCONNECTED = "DISCONNECTED", ERROR = "ERROR" } export declare enum PaperSize { SIZE_80MM = 80, SIZE_58MM = 58 }