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

Interface Props

src/components/ClearDataConfirmModal.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Modal from "./kit/Modal";
4
5interface Props {
6 close: () => void;
7}
8
9const ClearDataConfirmModal = (props: Props) => {
10 const { close } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected