UNPKG

react-native-star-io10

Version:

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

11 lines (9 loc) 202 B
export class HoldPrintParameter { private _enable: boolean; get enable(): boolean { return this._enable; } constructor(enable: boolean) { this._enable = enable; } }