MCPcopy
hub / github.com/yourselfhosted/slash / Props

Interface Props

frontend/web/src/components/EditUserinfoDialog.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import Icon from "./Icon";
8
9interface Props {
10 onClose: () => void;
11}
12
13const EditUserinfoDialog: React.FC<Props> = (props: Props) => {
14 const { onClose } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…