@empathyco/x-components
Version:
Empathy X Components
19 lines (16 loc) • 666 B
JavaScript
import _sfc_main from './animate-width.vue2.js';
import { openBlock, createBlock, Transition, withCtx, renderSlot } from 'vue';
import './animate-width.vue3.js';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock(Transition, { name: "x-animate-width-" }, {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
/* FORWARDED */
});
}
var AnimateWidth = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { AnimateWidth as default };
//# sourceMappingURL=animate-width.vue.js.map