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