UNPKG

nativescript-intermec-printer

Version:

Plugin for integrating nativescript apps with intermec Pr3 Printer.

13 lines (12 loc) 297 B
import { Observable } from 'tns-core-modules/data/observable'; export declare enum PaperSizes { 'FourInch' = 832, 'ThreeInch' = 576, 'TwoInch' = 384 } export declare class Common extends Observable { paperSize: number; charset: string; debug: boolean; constructor(); }