MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / AiDialogProps

Interface AiDialogProps

frontend/src/components/commonUI/AiPromptDialog.tsx:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { DefaultInput } from '../commonUI/Input'
20
21interface AiDialogProps {
22 isOpen: boolean
23 onClose: () => void
24 onSubmit: (prompt: string) => void
25 isLoading: boolean
26 title: string
27 placeholder: string
28}
29
30const MAX_CHARS = 100 //TODO: move to const folder
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected