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) 345 B
import { TextWidthParameter } from './TextWidthParameter'; export declare class TextParameter { private _width; private _widthParameter; get width(): number | undefined; get widthParameter(): TextWidthParameter | undefined; constructor(); setWidth(width: number, widthParameter?: TextWidthParameter | undefined): this; }