UNPKG

react-native-star-io10

Version:

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

8 lines (7 loc) 156 B
export declare class PositionParameter { private _x; private _y; get x(): number; get y(): number; constructor(x: number, y: number); }