tscircuit/ti

ti tscircuit library

Version
1.0.186
License
unset
Stars
0

lib/chips/BQ24072.circuit.tsx

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

export type BQ24072Props = ComponentProps<typeof BQ24072RGTR>;

export const BQ24072 = (props: BQ24072Props) => <BQ24072RGTR {...props} />;

export default BQ24072;