{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "typedora-ui",
  "homepage": "https://typedora-ui.netlify.app",
  "items": [
    {
      "name": "typed-utils",
      "type": "registry:lib",
      "title": "Typed Utils",
      "description": "Shared utility types for typed components.",
      "files": [
        {
          "path": "registry/default/lib/typed-utils.ts",
          "type": "registry:lib"
        }
      ]
    },
    {
      "name": "typed-select",
      "type": "registry:component",
      "title": "TypedSelect",
      "description": "A headless, type-safe select component with full TypeScript inference and customizable rendering.",
      "registryDependencies": [
        "select",
        "https://typedora-ui.netlify.app/r/typed-utils.json"
      ],
      "files": [
        {
          "path": "registry/default/typed-select/typed-select.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "typed-radio-group",
      "type": "registry:component",
      "title": "TypedRadioGroup",
      "description": "A headless, type-safe radio group component with full TypeScript inference and customizable rendering.",
      "registryDependencies": [
        "radio-group",
        "https://typedora-ui.netlify.app/r/typed-utils.json"
      ],
      "files": [
        {
          "path": "registry/default/typed-radio-group/typed-radio-group.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "typed-combobox",
      "type": "registry:component",
      "title": "TypedCombobox",
      "description": "A headless, type-safe combobox component with search functionality, full TypeScript inference, and customizable rendering.",
      "registryDependencies": [
        "button",
        "command",
        "popover",
        "https://typedora-ui.netlify.app/r/typed-utils.json"
      ],
      "files": [
        {
          "path": "registry/default/typed-combobox/typed-combobox.tsx",
          "type": "registry:component"
        }
      ]
    }
  ]
}
