UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

1 lines 718 B
{"version":3,"file":"AlertDialogTitle.cjs","sources":["../../src/AlertDialog/AlertDialogTitle.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { DialogTitleProps } from '@/Dialog'\nimport { useForwardExpose } from '@/shared'\n\nexport interface AlertDialogTitleProps extends DialogTitleProps {}\n</script>\n\n<script setup lang=\"ts\">\nimport { DialogTitle } from '@/Dialog'\n\nconst props = withDefaults(defineProps<AlertDialogTitleProps>(), { as: 'h2' })\nuseForwardExpose()\n</script>\n\n<template>\n <DialogTitle v-bind=\"props\">\n <slot />\n </DialogTitle>\n</template>\n"],"names":["useForwardExpose"],"mappings":";;;;;;;;;;;;;AAUA,IAAA,MAAM,KAAQ,GAAA,OAAA;AACd,IAAiBA,wCAAA,EAAA;;;;;;;;;;;;;;"}