UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

9 lines (8 loc) 440 B
import { BaseStarXpandCommandBuilder } from './BaseStarXpandCommandBuilder'; import { StarXpandCommand } from '../../index'; export declare class PreSettingBuilder extends BaseStarXpandCommandBuilder { _parameters: Map<string, any>; constructor(); addPresenterSetting(builder: StarXpandCommand.PresenterSettingBuilder): PreSettingBuilder; addBezelSetting(builder: StarXpandCommand.BezelSettingBuilder): PreSettingBuilder; }