UNPKG

webzlp

Version:

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

16 lines 826 B
import * as Conf from '../../Configs/index.js'; import * as Cmds from '../../Commands/index.js'; export declare class CmdHostConfig implements Cmds.IPrinterExtendedCommand { static typeE: symbol; typeExtended: symbol; commandLanguageApplicability: Conf.PrinterCommandLanguage; name: string; type: "CustomCommand"; effectFlags: Cmds.CommandEffectFlags; toDisplay(): string; constructor(); } export declare const cmdHostConfigMapping: Cmds.IPrinterCommandMapping<string>; export declare function handleCmdHostConfig(_cmd: Cmds.IPrinterCommand, _docState: Cmds.TranspiledDocumentState, _commandSet: Cmds.CommandSet<string>): string; export declare function parseCmdHostConfig(msg: string, _cmd: Cmds.IPrinterCommand): Cmds.IMessageHandlerResult<string>; //# sourceMappingURL=CmdHostConfig.d.ts.map