abse/boostxl-uln2003

This code defines a React component that models a through-hole or surface-mount LED with specified pin labels, footprint, silkscreen, and 3D CAD model for PCB layout.

Version
1.0.5
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';

declare function Circuit(): any;

export { Circuit as default };