{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-button-4",
  "description": "Destructive button",
  "registryDependencies": [
    "@coss/button"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-button-4.tsx",
      "content": "import { Button } from \"@/registry/default/ui/button\";\n\nexport default function Particle() {\n  return <Button variant=\"destructive\">Delete</Button>;\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "button"
  ],
  "type": "registry:block"
}