{
  "name": "lit-ui-editor-context",
  "title": "lit-ui-editor-context",
  "type": "registry:component",
  "description": "",
  "registryDependencies": [],
  "dependencies": [
    "@lit/context",
    "prosekit@^0.22.0"
  ],
  "files": [
    {
      "path": "registry/src/lit/ui/editor-context.ts",
      "type": "registry:component",
      "target": "components/editor/ui/editor-context.ts",
      "content": "import { createContext } from '@lit/context'\nimport type { Editor } from 'prosekit/core'\n\nexport const editorContext = createContext<Editor | undefined>('prosekit-editor')\n"
    }
  ],
  "meta": {
    "hasIcons": false,
    "hidden": false,
    "story": "",
    "framework": "lit",
    "accumulatedFiles": [
      "registry/src/lit/ui/editor-context.ts"
    ],
    "internalDependencies": []
  },
  "$schema": "https://ui.shadcn.com/schema/registry-item.json"
}
