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

Interface Props

src/components/ExecutionView/ExecutionWarningBanner.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected