cutie_beanbag/untitled-package-1

Imported from Circuit JSON

Version
0.0.1
License
unset
Stars
0

dist/index.d.ts

PCBPCB preview for dist/index.d.ts
SchematicSchematic preview for dist/index.d.ts
import * as react from 'react';
import { ChipProps } from 'tscircuit';

declare const Component: (props: ChipProps) => any;

export { Component };