UNPKG

gramoloss

Version:

Graph theory package for edition and computation

10 lines (9 loc) 246 B
import { Coord } from "./coord"; export declare class TextZone { pos: Coord; width: number; text: string; index: number; constructor(pos: Coord, width: number, text: string, index: number); getValue(param: string): any; }