MCPcopy
hub / github.com/codeforreal1/compressO / UpdateModalProps

Interface UpdateModalProps

src/routes/(root)/ui/app-settings/Setting.tsx:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197interface UpdateModalProps {
198 onClose: () => void
199}
200
201function UpdateModal({ onClose }: UpdateModalProps) {
202 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected