{ "name": "button", "type": "registry:block", "files": [ { "path": "ui/button/Button.svelte", "content": "\n\n\n", "type": "registry:ui", "target": "$lib/components/button/Button.svelte" }, { "path": "ui/button/index.ts", "content": "export { default as Button } from './Button.svelte';\n", "type": "registry:lib", "target": "$lib/components/button/index.ts" } ], "dependencies": [ "tailwind-variants" ] }