MCPcopy
hub / github.com/027xiguapi/code-box / QRCodeModalProps

Interface QRCodeModalProps

component/ui/QRCodeModal.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { TOTP } from "~utils/totp"
5
6interface QRCodeModalProps {
7 onConfirm: () => void
8 onClose: () => void
9}
10
11const styles = {
12 overlay: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected