react-native-star-io10
Version:
react-native-star-io10 is a library for supporting application development for Star Micronics devices.
9 lines (8 loc) • 480 B
TypeScript
import { BaseStarXpandCommandBuilder } from './BaseStarXpandCommandBuilder';
import { StarXpandCommand } from '../../index';
export declare class PresenterSettingBuilder extends BaseStarXpandCommandBuilder {
_parameters: Map<string, any>;
constructor();
settingMode(parameter: StarXpandCommand.Presenter.ModeParameter): PresenterSettingBuilder;
settingLedAutomaticBlink(parameter: StarXpandCommand.Presenter.LedAutomaticBlinkParameter): PresenterSettingBuilder;
}