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

Interface Props

src/components/DBHubBanner.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected