tscircuit/ti

ti tscircuit library

Version
1.0.186
License
unset
Stars
0

lib/chips/BQ24073.circuit.tsx

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

export type BQ24073Props = ComponentProps<typeof BQ24073RGTR>;

export const BQ24073 = (props: BQ24073Props) => <BQ24073RGTR {...props} />;

export default BQ24073;