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

Interface IProps

ui/src/common/SettingsDialog.tsx:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import {useStores} from '../stores';
11
12interface IProps {
13 fClose: VoidFunction;
14}
15
16const SettingsDialog = observer(({fClose}: IProps) => {
17 const [pass, setPass] = 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…