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