tscircuit/ti

ti tscircuit library

Version
1.0.186
License
unset
Stars
0

lib/chips/TMP390Q1.circuit.tsx

import type { ComponentProps } from "react";
import { TMP390AQDRLRQ1 } from "./TMP390AQDRLRQ1.circuit.tsx";

export type TMP390Q1Props = ComponentProps<typeof TMP390AQDRLRQ1>;

/** TMP390-Q1 short-name wrapper for the active DRL package orderable. */
export const TMP390Q1 = (props: TMP390Q1Props) => <TMP390AQDRLRQ1 {...props} />;

export default TMP390Q1;