react-native-star-io10
Version:
react-native-star-io10 is a library for supporting application development for Star Micronics devices.
12 lines (11 loc) • 551 B
TypeScript
import { BaseStarXpandCommandBuilder } from './BaseStarXpandCommandBuilder';
import { StarXpandCommand } from '../../index';
export declare class StarXpandCommandBuilder extends BaseStarXpandCommandBuilder {
private _preSetting?;
private _parameters;
set preSetting(preSetting: StarXpandCommand.PreSettingBuilder | undefined);
get preSetting(): StarXpandCommand.PreSettingBuilder | undefined;
constructor();
addDocument(builder: StarXpandCommand.DocumentBuilder): StarXpandCommandBuilder;
getCommands(): Promise<string>;
}