UNPKG

webzlp

Version:

A small library using WebUSB to print labels on label printers.

15 lines 673 B
import * as Conf from '../../Configs/index.js'; import * as Cmds from '../../Commands/index.js'; export declare class CmdGraphSensorCalibration implements Cmds.IPrinterExtendedCommand { static typeE: symbol; typeExtended: symbol; commandLanguageApplicability: Conf.PrinterCommandLanguage; name: string; type: "CustomCommand"; effectFlags: Cmds.CommandEffectFlags; toDisplay(): string; constructor(); } export declare const cmdGraphSensorCalibrationMapping: Cmds.IPrinterCommandMapping<string>; export declare function handleCmdGraphSensorCalibration(cmd: Cmds.IPrinterCommand): string; //# sourceMappingURL=CmdGraphSensorCalibration.d.ts.map