UNPKG

react-native-star-io10

Version:

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

16 lines (15 loc) 466 B
import { LineStyle } from "./LineStyle"; export declare class RuledLineParameter { private _width; private _x; private _thickness; private _lineStyle; get width(): number; get x(): number; get thickness(): number; get lineStyle(): LineStyle; constructor(width: number); setX(x: number): RuledLineParameter; setThickness(thickness: number): RuledLineParameter; setLineStyle(lineStyle: LineStyle): RuledLineParameter; }