MCPcopy Create free account
hub / github.com/arnaultpascual/Verrou / AddSecureNoteFormProps

Interface AddSecureNoteFormProps

src/features/notes/AddSecureNoteForm.tsx:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import styles from "./AddSecureNoteForm.module.css";
20
21export interface AddSecureNoteFormProps {
22 open: boolean;
23 onClose: () => void;
24 onSuccess: () => void;
25}
26
27interface FormState {
28 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected