{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cursor-overlay-kit",
  "dependencies": [
    "@platejs/selection"
  ],
  "registryDependencies": [
    "https://platejs.org/r/cursor-overlay.json"
  ],
  "files": [
    {
      "path": "src/registry/components/editor/plugins/cursor-overlay-kit.tsx",
      "content": "'use client';\n\nimport { CursorOverlayPlugin } from '@platejs/selection/react';\n\nimport { CursorOverlay } from '@/registry/ui/cursor-overlay';\n\nexport const CursorOverlayKit = [\n  CursorOverlayPlugin.configure({\n    render: {\n      afterEditable: () => <CursorOverlay />,\n    },\n  }),\n];\n",
      "type": "registry:component",
      "target": "@components/editor/plugins/cursor-overlay-kit.tsx"
    }
  ],
  "type": "registry:component"
}