{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-destructive",
  "registryDependencies": [
    "https://taki-ui.com/r/button.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/button-destructive.tsx",
      "content": "import { Button } from \"@/registry/new-york/ui/button\"\n\nexport default function ButtonDestructive() {\n  return <Button variant=\"destructive\">Destructive</Button>\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}