UNPKG

@skillpet/circuit

Version:

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

6 lines (5 loc) 203 B
import { Element2Term } from "../element2term.js"; /** Resistor (IEEE / U.S. zigzag). */ export declare class ResistorIEEE extends Element2Term { constructor(userParams?: Record<string, unknown>); }