{
  "name": "aspect-ratio",
  "type": "registry:ui",
  "dependencies": [
    "reka-ui"
  ],
  "registryDependencies": [],
  "files": [
    {
      "path": "ui/aspect-ratio/AspectRatio.vue",
      "type": "registry:ui",
      "content": "<script setup lang=\"ts\">\nimport type { AspectRatioProps } from \"reka-ui\"\nimport { AspectRatio } from \"reka-ui\"\n\nconst props = defineProps<AspectRatioProps>()\n</script>\n\n<template>\n  <AspectRatio\n    v-slot=\"slotProps\"\n    data-slot=\"aspect-ratio\"\n    v-bind=\"props\"\n  >\n    <slot v-bind=\"slotProps\" />\n  </AspectRatio>\n</template>\n"
    },
    {
      "path": "ui/aspect-ratio/index.ts",
      "type": "registry:ui",
      "content": "export { default as AspectRatio } from \"./AspectRatio.vue\"\n"
    }
  ]
}
