seveibar/red-led

Generated from JLCPCB part number C965799

Version
0.1.1
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 RedLed: (props: Props) => any;

export { RedLed };