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

Interface Props

src/components/SchemaDrawer.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { useTranslation } from "react-i18next";
9
10interface Props {
11 close: () => void;
12}
13
14const SchemaDrawer = (props: Props) => {
15 const { t } = useTranslation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected