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

Interface Props

src/components/QuotaOverflowBanner.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected