UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

1 lines 633 B
{"version":3,"file":"MenuSeparator.cjs","sources":["../../src/Menu/MenuSeparator.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { PrimitiveProps } from '@/Primitive'\n\nexport interface MenuSeparatorProps extends PrimitiveProps {}\n</script>\n\n<script setup lang=\"ts\">\nimport { Primitive } from '@/Primitive'\n\nconst props = defineProps<MenuSeparatorProps>()\n</script>\n\n<template>\n <Primitive\n v-bind=\"props\"\n role=\"separator\"\n aria-orientation=\"horizontal\"\n >\n <slot />\n </Primitive>\n</template>\n"],"names":[],"mappings":";;;;;;;;;;;;AASA,IAAA,MAAM,KAAQ,GAAA,OAAA;;;;;;;;;;;;;;;;;"}