seveibar/push-button

Generated from JLCPCB part number C110153

Version
0.1.0
Stars
0

dist/index.d.ts

PCBPCB preview for dist/index.d.ts
SchematicSchematic preview for dist/index.d.ts
import * as react from 'react';
import { ChipProps } from '@tscircuit/props';

declare const pinLabels: {
    readonly pin1: readonly ["pin1"];
    readonly pin2: readonly ["pin2"];
    readonly pin3: readonly ["pin3"];
    readonly pin4: readonly ["pin4"];
};
declare const PushButton: (props: ChipProps<typeof pinLabels>) => any;

export { PushButton };