{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "files": [ { "path": "registry/radix-vega/ui/input.tsx", "content": "import * as React from \"react\"\n\nimport { cn } from \"@/registry/radix-vega/lib/utils\"\n\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\n return (\n \n )\n}\n\nexport { Input }\n", "type": "registry:ui" } ], "type": "registry:ui" }