UNPKG

@skillpet/circuit

Version:

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

6 lines (5 loc) 181 B
import { Element } from "../element.js"; /** Ground symbol (one-terminal). */ export declare class Ground extends Element { constructor(userParams?: Record<string, unknown>); }