tscircuit/ti
ti tscircuit library
- Version
- 1.0.186
- License
- unset
- Stars
- 0
lib/chips/MSP430F5229.circuit.tsx
import type { ComponentProps } from "react";
import { MSP430F5229IRGCR } from "./MSP430F5229IRGCR.circuit.tsx";
export type MSP430F5229Props = ComponentProps<typeof MSP430F5229IRGCR>;
export const MSP430F5229 = (props: MSP430F5229Props) => (
<MSP430F5229IRGCR {...props} />
);
export default MSP430F5229;