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) 188 B
export declare class MagnificationParameter { private _width; private _height; get width(): number; get height(): number; constructor(width: number, height: number); }