UNPKG

@skillpet/circuit

Version:

Circuit diagram library — render electrical schematics from JSON, with interactive SVG, themes, and Vue/React components

8 lines (7 loc) 271 B
import { Element2Term } from "../element2term.js"; /** Straight line (two-terminal); length from drawing `unit` / `l` / `to` / etc.). */ export declare class Line extends Element2Term { constructor(opts?: Record<string, unknown> & { arrow?: string; }); }