12 lines
474 B
JavaScript
12 lines
474 B
JavaScript
import _sfc_main from './focus-trap.vue2.mjs';
|
|
import { renderSlot } from 'vue';
|
|
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return renderSlot(_ctx.$slots, "default", { handleKeydown: _ctx.onKeydown });
|
|
}
|
|
var ElFocusTrap = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
|
|
export { ElFocusTrap as default };
|
|
//# sourceMappingURL=focus-trap.vue.mjs.map
|