AnasSarkiz/am625sip-linux
An electronic component representing an AM625 system-in-package with mapped pins and physical footprint for PCB integration.
- Version
- 1.0.3
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
declare function Am625SipLinux({ breakoutCount }?: {
breakoutCount?: number;
}): any;
export { Am625SipLinux as default };