MCPcopy Create free account
hub / github.com/BioHazard786/Alternate / PasscodeSetupModalProps

Interface PasscodeSetupModalProps

components/passcode-setup-modal.tsx:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import usePasscodeStore from "@/store/passcodeStore";
20
21interface PasscodeSetupModalProps {
22 visible: boolean;
23 onComplete: () => void;
24 onCancel: () => void;
25}
26
27type SetupStep = "initial" | "confirm" | "error";
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected