webzlp
Version:
A small library using WebUSB to print labels on label printers.
10 lines • 428 B
TypeScript
import { ISettingUpdateMessage } from './Messages.js';
import * as Conf from '../Configs/index.js';
/** Configured options for a label printer */
export declare class PrinterConfig extends Conf.BasePrinterConfig {
constructor();
/** Update these options with newly transmitted settings. */
update(msg: ISettingUpdateMessage): void;
toUpdate(): ISettingUpdateMessage;
}
//# sourceMappingURL=PrinterConfig.d.ts.map