react-epson-epos-sdk
Version:
React library for managing Epson printers with ePOS SDK support.
16 lines (15 loc) • 339 B
TypeScript
export declare enum PrintResult {
SUCCESS = "SUCCESS",
QUEUED = "QUEUED",
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
}