MCPcopy
hub / github.com/shadcn-ui/taxonomy / EditorProps

Interface EditorProps

components/editor.tsx:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { Icons } from "@/components/icons"
19
20interface EditorProps {
21 post: Pick<Post, "id" | "title" | "content" | "published">
22}
23
24type FormData = z.infer<typeof postPatchSchema>
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected