UNPKG

@skillpet/circuit

Version:

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

8 lines (7 loc) 250 B
/** * Crystal oscillator — aligned with Python `elements/twoterm.py` · `Crystal`. */ import { Element2Term } from "../element2term.js"; export declare class Crystal extends Element2Term { constructor(userParams?: Record<string, unknown>); }