{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "separator", "files": [ { "path": "registry/new-york/ui/separator.tsx", "content": "import * as SeparatorPrimitive from \"@radix-ui/react-separator\";\nimport type * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nfunction Separator({\n\tclassName,\n\torientation = \"horizontal\",\n\tdecorative = true,\n\t...props\n}: React.ComponentProps) {\n\treturn (\n\t\t\n\t);\n}\n\nexport { Separator };\n", "type": "registry:ui" } ], "type": "registry:ui" }