cutie_beanbag/untitled-package-1
Imported from Circuit JSON
- Version
- 0.0.1
- License
- unset
- Stars
- 0
dist/index.d.ts
PCB
Schematic
import * as react from 'react';
import { ChipProps } from 'tscircuit';
declare const Component: (props: ChipProps) => any;
export { Component };