UNPKG

react-native-star-io10

Version:

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

10 lines (9 loc) 268 B
import { Channel } from './Channel'; export declare class OpenParameter { private _channel; private _onTime; get channel(): Channel; get onTime(): number; setChannel(channel: Channel): OpenParameter; setOnTime(onTime: number): OpenParameter; }