seveibar/a555timer
Generated from JLCPCB part number C46749
- Version
- 1.0.0
- License
- unset
- Stars
- 1
dist/index.d.ts
PCB
import * as react from 'react';
import { CommonLayoutProps } from '@tscircuit/props';
interface Props extends CommonLayoutProps {
name: string;
}
declare const NE555P: (props: Props) => any;
declare const A555Timer: (props: Props) => any;
export { A555Timer, NE555P };