UNPKG

transitive-js

Version:

A tool for generating dynamic stylized transit maps that are easy to understand.

12 lines (11 loc) 281 B
/** * SegmentLabel object */ export default class SegmentLabel extends Label { constructor(parent: any, text: any); getPadding(): number; computeContainerDimensions(): void; containerWidth: any; containerHeight: any; } import Label from "./label";