seveibar/KeyShaftForHotSocket
Generated from JLCPCB part number C400227
- 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;
}
declare const KeyShaftForHotSocket: (props: Props) => any;
export { KeyShaftForHotSocket };