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