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) 443 B
import { BaseStarXpandCommandBuilder } from './BaseStarXpandCommandBuilder'; import { StarXpandCommand } from '../../index'; export declare class BezelSettingBuilder extends BaseStarXpandCommandBuilder { _parameters: Map<string, any>; constructor(); settingAutomaticPageLength(enable: boolean): BezelSettingBuilder; settingLedAutomaticBlink(parameter: StarXpandCommand.Bezel.LedAutomaticBlinkParameter): BezelSettingBuilder; }