MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Props

Interface Props

src/components/ProductHuntBanner.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Icon from "./Icon";
4
5interface Props {
6 className?: string;
7}
8
9const ProductHuntBanner = (props: Props) => {
10 const { className } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected