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

Interface Props

src/components/BetaBadge.tsx:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Props {
2 className?: string;
3}
4
5const BetaBadge: React.FC<Props> = (props: Props) => {
6 const { className } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected