MCPcopy Create free account
hub / github.com/gotify/server / IProps

Interface IProps

ui/src/client/AddClientDialog.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import Tooltip from '@mui/material/Tooltip';
9
10interface IProps {
11 fClose: VoidFunction;
12 fOnSubmit: (name: string) => Promise<void>;
13}
14
15const AddClientDialog = ({fClose, fOnSubmit}: IProps) => {
16 const [name, setName] = useState('');

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…