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

Interface Props

src/components/ExecutionView/NotificationView.tsx:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Props {
2 message: string;
3 style: "info" | "error";
4}
5
6const NotificationView = (props: Props) => {
7 const { message, style } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected