{
  "name": "markdown-editor",
  "type": "registry:component",
  "dependencies": [
    "@unsanity/markdown-editor"
  ],
  "files": [
    {
      "path": "components/markdown-editor/markdown-editor.tsx",
      "content": "\"use client\";\n\nimport {\n  MarkdownEditor as HeadlessMarkdownEditor,\n  type MarkdownEditorProps,\n} from \"@unsanity/markdown-editor\";\n\nexport type { MarkdownEditorProps };\n\nexport function MarkdownEditor(props: MarkdownEditorProps) {\n  return <HeadlessMarkdownEditor {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}
