MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / CommentFormProps

Interface CommentFormProps

components/comments/comment-form.tsx:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { Textarea } from "@/components/ui/textarea"
9
10interface CommentFormProps {
11 extensionId: Id<"extensions">
12 parentId?: Id<"comments">
13 onSuccess?: () => void
14 onCancel?: () => void
15 placeholder?: string
16 autoFocus?: boolean
17}
18
19export function CommentForm({
20 extensionId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected