reka-ui
Version:
Vue port for Radix UI Primitives.
32 lines (28 loc) • 867 B
JavaScript
;
const vue = require('vue');
const Primitive_Primitive = require('../Primitive/Primitive.cjs');
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
__name: "ToastAnnounceExclude",
props: {
altText: {},
asChild: { type: Boolean },
as: {}
},
setup(__props) {
return (_ctx, _cache) => {
return vue.openBlock(), vue.createBlock(vue.unref(Primitive_Primitive.Primitive), {
as: _ctx.as,
"as-child": _ctx.asChild,
"data-reka-toast-announce-exclude": "",
"data-reka-toast-announce-alt": _ctx.altText || void 0
}, {
default: vue.withCtx(() => [
vue.renderSlot(_ctx.$slots, "default")
]),
_: 3
}, 8, ["as", "as-child", "data-reka-toast-announce-alt"]);
};
}
});
exports._sfc_main = _sfc_main;
//# sourceMappingURL=ToastAnnounceExclude.cjs.map