seveibar/KeyHotSocket

Generated from JLCPCB part number C5184526

Version
1.0.0
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';
import { CommonLayoutProps } from '@tscircuit/props';

interface Props extends CommonLayoutProps {
    name: string;
    connections: {
        pin1?: string;
        pin2?: string;
    };
}
declare const KeyHotSocket: (props: Props) => any;

export { KeyHotSocket };