UNPKG

@typecad/passives

Version:

typeCAD package that includes simple access to common components

5 lines (4 loc) 158 B
import { Component, type ComponentInit } from '@typecad/typecad'; export declare class Testpoint extends Component { constructor(opts?: ComponentInit); }