{ "name": "alert-dialog", "dependencies": [ "radix-vue" ], "registryDependencies": [ "utils", "button" ], "files": [ { "name": "AlertDialog.vue", "content": "\n\n\n" }, { "name": "AlertDialogAction.vue", "content": "\n\n\n" }, { "name": "AlertDialogCancel.vue", "content": "\n\n\n" }, { "name": "AlertDialogContent.vue", "content": "\n\n\n" }, { "name": "AlertDialogDescription.vue", "content": "\n\n\n" }, { "name": "AlertDialogFooter.vue", "content": "\n\n\n" }, { "name": "AlertDialogHeader.vue", "content": "\n\n\n" }, { "name": "AlertDialogTitle.vue", "content": "\n\n\n" }, { "name": "AlertDialogTrigger.vue", "content": "\n\n\n" }, { "name": "index.ts", "content": "export { default as AlertDialog } from './AlertDialog.vue'\nexport { default as AlertDialogTrigger } from './AlertDialogTrigger.vue'\nexport { default as AlertDialogContent } from './AlertDialogContent.vue'\nexport { default as AlertDialogHeader } from './AlertDialogHeader.vue'\nexport { default as AlertDialogTitle } from './AlertDialogTitle.vue'\nexport { default as AlertDialogDescription } from './AlertDialogDescription.vue'\nexport { default as AlertDialogFooter } from './AlertDialogFooter.vue'\nexport { default as AlertDialogAction } from './AlertDialogAction.vue'\nexport { default as AlertDialogCancel } from './AlertDialogCancel.vue'\n" } ], "type": "components:ui" }