{ "$schema": "https://ui.aodesu.com/schema/registry-item.json", "name": "button-outlined", "type": "registry:example", "registryDependencies": [ "button" ], "files": [ { "path": "registry/aodesu/examples/button/button-outlined.tsx", "content": "import { Button } from \"../../ui/button\"\n\nexport default function ButtonOutlined() {\n return (\n
\n \n \n \n
\n )\n}\n", "type": "registry:example" } ] }