tscircuit/ti
ti tscircuit library
- Version
- 1.0.85
- License
- unset
- Stars
- 0
lib/chips/CC2745R10.circuit.tsx
PCB
Schematic
import type { ComponentProps } from "react";
import { CC2745R10E0WRHARQ1 } from "./CC2745R10E0WRHARQ1.circuit.tsx";
type CC2745R10Props = ComponentProps<typeof CC2745R10E0WRHARQ1>;
export const CC2745R10 = (props: CC2745R10Props) => (
<CC2745R10E0WRHARQ1 {...props} />
);